topics

Returns the specified topic from the defined workspace.

You need workspaces.topic.get permission to access this resource

get/workspaces/{workspace_id}/topics/{topic_id}

Path parameters

workspace_idstring required

Workspace identifier

topic_idstring required

Topic identifier

Response

OK

metaobject required

Example response

{
  "data": {
    "id": "5b4f337bff4304610483ba67",
    "links": {
      "self": "/v2/topics/5b4f337bff4304610483ba67"
    },
    "attributes": {
      "name": "Topic name"
    },
    "relationships": {
      "workspace": {
        "data": {
          "id": "5b4f337bff4304610483ba67"
        },
        "links": {
          "self": "/v2/workspaces/5b4f337bff4304610483ba67"
        }
      },
      "user": {
        "data": {
          "id": "5b4f337bff4304610483ba67"
        },
        "links": {
          "self": "/v2/users/5b4f337bff4304610483ba67"
        }
      }
    }
  }
}

Changes

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