Swagger: List Table Of Contents
swagger_list_table_of_contentsRetrieve the table of contents for a specific section within a SmartBear product portal, with options to embed related entities and paginate results.
Instructions
Get table of contents for a section of a product within a portal.
Toolset: Table Of Contents
Parameters:
sectionId (string) required: Section ID - unique identifier for the section within the product
embed (array): List of related entities to embed in the response - e.g., ['swaggerhubApi'] to include SwaggerHub API details
page (number): Page number for paginated results - specifies which page of results to retrieve (default is 1)
size (number): Number of items per page for pagination - controls how many results are returned per page (default is 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results - specifies which page of results to retrieve (default is 1) | |
| size | No | Number of items per page for pagination - controls how many results are returned per page (default is 20) | |
| embed | No | List of related entities to embed in the response - e.g., ['swaggerhubApi'] to include SwaggerHub API details | |
| sectionId | Yes | Section ID - unique identifier for the section within the product |