Get tag
Description
Retrieve a single Tag by UUID
Url
1 |
GET /api/v0/tag/UUID/ |
Parameters
optional
- uuid: tag's unique identifier
Example
Get the tag whose UUID is a046a5f3fbe44399a95a0e8efe3fb8eb
Request
1 |
curl 'https://my.craftar.net/api/v0/tag/a046a5f3fbe44399a95a0e8efe3fb8eb/?api_key=123456789abcdefghijk123456789abcdefghijk' |
Response
HTTP Status code: 200 OK
1 2 3 4 5 6 |
{ "uuid": "a046a5f3fbe44399a95a0e8efe3fb8eb", "resource_uri": "/api/v0/tag/a046a5f3fbe44399a95a0e8efe3fb8eb/", "name": "My_Tag", "collection": "/api/v0/collection/806e54535ffd464f83545c902e664aca/" } |
Errors
HTTP Status code: 404 Not Found
Tag not found