Creates tag share to given users.
Share details.
Success
{- "role": "Viewer",
- "expiresAt": "2019-08-24T14:15:22Z"
}
{- "data": [
- {
- "role": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "user": {
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "string",
- "name": "string"
}
}
]
}
Creates new, empty, user Tag with provided details.
Success
{- "label": "string",
- "color": "string",
- "order": 0
}
{- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "name": "string",
- "color": "string",
- "order": 0,
- "description": "string",
- "localizations": [
- {
- "languageCode": "string",
- "name": "string"
}
], - "type": "User",
- "share": {
- "role": "Viewer",
- "expiresAt": "2019-08-24T14:15:22Z"
}, - "createdAt": "2019-08-24T14:15:22Z"
}
If no user is send via parameters it will take currently logged user. Returns list of all available tags for specific user.
Success
[- {
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "name": "string",
- "color": "string",
- "order": 0,
- "description": "string",
- "localizations": [
- {
- "languageCode": "string",
- "name": "string"
}
], - "type": "User",
- "share": {
- "role": "Viewer",
- "expiresAt": "2019-08-24T14:15:22Z"
}, - "createdAt": "2019-08-24T14:15:22Z"
}
]
Updates Tag's companies using PATCH operation.
Allowed operations: add, remove
Allowed path: /companyTags
More details on how to construct Patch JSON can be found in Guides section.
Successfully updated a tag
Successfully requested an update, tag is being updated asynchronously
Invalid payload
Tag does not exist
[- {
- "value": { },
- "path": "string",
- "op": "string",
- "from": "string"
}
]