Tag
Last updated
Was this helpful?
Last updated
Was this helpful?
id
long?
Tag ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
_cloudId
integer
deleted
boolean
Tag deleted - cannot be true in POST/PUT/PATCH methods
📶 EQUALS
, ENUM
🔽 BOTH
display
boolean
Tag displayed
📶 EQUALS
, ENUM
🔽 BOTH
externalId
string?
External ID
📶 EQUALS
,ENUM
name
string(650)
Tag name - must not be empty and must be unique. The name must not contain any of these characters: ,^?*()[]$
and also it cannot start with a dot "." when creating a new Tag (tags .dailymenu
and .portion
are allowed).
📶 STRING
🔽 BOTH
versionDate
timestamp?
Last modification date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
GET
https://api.dotykacka.cz/v2/clouds/:cloudId/tags
cloudId*
integer
sort
string
filter
string
page
integer
limit
integer
If-None-Match
string
ETag to return results only if changed.
Authorization*
string
Bearer accessToken
GET
https://api.dotykacka.cz/v2/clouds/:cloudId/tags/:tagId
tagId*
integer
cloudId*
integer
If-None-Match
string
ETag to return results only if changed.
Authorization*
string
Bearer accessToken
POST
https://api.dotykacka.cz/v2/clouds/:cloudId/tags
cloudId*
integer
Authorization*
string
Bearer accessToken
array
Array of tags. Maximum size 100.
OPTIONS
https://api.dotykacka.cz/v2/clouds/:cloudId/tags
cloudId*
integer
Authorization*
string
Bearer accessToken
OPTIONS
https://api.dotykacka.cz/v2/clouds/:cloudId/tags/:tagId
tagId*
integer
cloudId*
integer
Authorization*
string
Bearer accessToken