GET
/
api
/
v1
/
topic_types
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "topics": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>"
    }
  ]
}

Path Parameters

id
string
required

TopicType identifier

Response

TopicType resource