Tag
Retrieve tag relations
Retrieve all tag relations
get/TagRelation
Response
Successful operation
Example response
{
"objects": [
{
"id": "1",
"objectName": "TagRelation",
"tag": {
"id": "1",
"objectName": "Tag"
},
"object": {
"id": 1,
"objectName": "Invoice"
},
"sevClient": {
"id": "1",
"objectName": "SevClient"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.