get_api_details
Retrieve API details from XAPIHub collections by applying filters for creators, projects, or specific collections to find relevant endpoints.
Instructions
Get API details for a specific catalogue collection using filter endpoint from XAPIHub API
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | The organization ID | |
| projectId | Yes | The project ID | |
| catalogueId | Yes | The catalogue ID | |
| collectionId | Yes | The collection ID (rootCollectionId from catalogue) | |
| creators | No | Array of creator IDs to filter by (optional) | |
| collections | No | Array of collection IDs to filter by (optional) | |
| projects | No | Array of project IDs to filter by (optional) | |
| page | No | Page number for pagination (default: 0) | |
| size | No | Number of results per page (default: 8) |