For the complete documentation index, see llms.txt. This page is also available as Markdown.

Returns all Schemas related to the topic

GET /schemas/{topicId}

Returns all schemas by topicId.

Path Parameters

Name
Type
Description

topicId*

Integer

Topic ID

Query Parameters

Name
Type
Description

pageIndex

Integer

The number of pages to skip before starting to collect the result set

pageSize

Integer

The numbers of items to return

{
    headers:
            x-total-count:
              schema:
                type: integer
              description: Total items in the collection.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Schema'
}

Last updated