Tag

Find tag by ID

Returns a single tag

get/Tag/{tagId}

Path parameters

tagIdinteger required

ID of tag to return

Response

Successful operation

Example response

{
  "objects": [
    {
      "id": "1",
      "objectName": "Tag",
      "sevClient": {
        "id": "1",
        "objectName": "SevClient"
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.