{ "opencollection": "1.0.0", "info": { "name": "Fixtures-v2 Competitions competitors/tbds API", "version": "2.0.280" }, "items": [ { "info": { "name": "competitors/tbds", "type": "folder" }, "items": [ { "info": { "name": "Retrieve competitors (TBD) by ID/s. MAX 200 per page.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/competitors/tbds", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "The number of page to be returned. The default value is 1." }, { "name": "pageSize", "value": "", "type": "query", "description": "The size of the page to be returned. The default value is 10." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to 'order by' by. Descending ordering also allowed. Fields to order by for this endpoint: (id, name, sportId, genderType, localityId, venueId, competitorStatusType)" }, { "name": "filter", "value": "", "type": "query", "description": "The field to 'filter' by. Check main description for filter comparators. Fields to filter by for this endpoint: (id, name, sportId, genderType, localityId, venueId, competitorStatusType)" } ] }, "docs": "Returns competitors (TBD) wrapped inside a HATEOAS model" }, { "info": { "name": "Create new TBD competitor", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/competitors/tbds", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "gs-fixtures-api-sub-source", "value": "" } ] }, "docs": "Create new TBD competitor" }, { "info": { "name": "Update existing TBD", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/competitors/tbds", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "gs-fixtures-api-sub-source", "value": "" } ] }, "docs": "Update existing TBD" }, { "info": { "name": "Retrieve competitors (TBD) details by ID.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/competitors/tbds/:id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Single competitors (TBD) ID to return details for" } ] }, "docs": "Returns competitors (TBD) details including sport specific details (metadata properties)" } ] } ], "bundled": true }