Get Topic Attributes

Overview

  • This API allows retrieving the metadata for custom attributes of topic resource.
SecurityoAuthUser or oAuthClient
Request
query Parameters
$attribute
required
string

The attributes to be returned in the response.

Enum: "all" "custom"
Responses
200

OK

204

No content

400

Bad Request

401

Unauthorized

403

Forbidden

406

Not acceptable

500

Internal server error

get/topics/attributes
Request samples
Response samples
application/json
{
  • "attribute": [
    ],
  • "resource": "topic"
}