Skip to main content
GET
/
screenings
/
{screeningPublicId}
/
tags
Get screening tags
curl --request GET \
  --url https://api.maalbar.dk/v1/screenings/{screeningPublicId}/tags \
  --header 'X-Api-Key: <api-key>'
[
  {
    "publicId": "<string>",
    "name": "<string>",
    "color": "<string>"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

screeningPublicId
string
required

Response

Successful response

publicId
string
required
Required string length: 16
Example:

"screeningTag_xxxxxxxxxxxx"

name
string
required
color
string
required