GET
/
api
/
v1
/
tags
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "tenant": "https://example.com/"
}

Path Parameters

id
string
required

Tag identifier

Response

Tag resource

@context
@id
string
@type
string
id
integer
name
string
tenant
string<iri-reference>
Example:

"https://example.com/"