{ "opencollection": "1.0.0", "info": { "name": "Fixtures-v2 Competitions Groups API", "version": "2.0.280" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Retrieve groups by ID/s. MAX 200 per page.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/groups", "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, seasonId, competitionId, sportId, type)" }, { "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, seasonId, competitionId, sportId, type)" } ] }, "docs": "Returns groups wrapped inside a HATEOAS model" }, { "info": { "name": "Create new group", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/groups", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "gs-fixtures-api-sub-source", "value": "" } ] }, "docs": "Create new group" }, { "info": { "name": "Update existing group", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/groups", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "gs-fixtures-api-sub-source", "value": "" } ] }, "docs": "Update existing group" }, { "info": { "name": "OPTIONS /groups", "type": "http" }, "http": { "method": "OPTIONS", "url": "{{baseUrl}}/groups" } }, { "info": { "name": "Retrieve groups details by ID.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/groups/:id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Single groups ID to return details for" } ] }, "docs": "Returns groups details including sport specific details (metadata properties)" }, { "info": { "name": "OPTIONS /groups/{id}", "type": "http" }, "http": { "method": "OPTIONS", "url": "{{baseUrl}}/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }