Last updated 2 years ago
GET /schemas/{topicId}
GET
/schemas/{topicId}
Returns all schemas by topicId.
{ headers: x-total-count: schema: type: integer description: Total items in the collection. content: application/json: schema: type: array items: $ref: '#/components/schemas/Schema' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }
topicId*
Integer
Topic ID
pageIndex
The number of pages to skip before starting to collect the result set
pageSize
The numbers of items to return