getSpecCollections
Retrieve generated collections from an API specification in Postman to access and manage API documentation and testing workflows.
Instructions
Gets all of an API specification's generated collections.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | The spec's ID. | |
| elementType | Yes | The `collection` element type. | |
| limit | No | The maximum number of rows to return in the response. | |
| cursor | No | The pointer to the first record of the set of paginated results. To view the next response, use the `nextCursor` value for this parameter. |