{ "opencollection": "1.0.0", "info": { "name": "Fixtures-v2 Competitions competitors/players API", "version": "2.0.280" }, "items": [ { "info": { "name": "competitors/players", "type": "folder" }, "items": [ { "info": { "name": "Retrieve competitors (players) by ID/s. MAX 200 per page.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/competitors/players", "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 (players) wrapped inside a HATEOAS model" }, { "info": { "name": "Create new player", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/competitors/players", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "gs-fixtures-api-sub-source", "value": "" } ] }, "docs": "Create new player" }, { "info": { "name": "Update existing player", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/competitors/players", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "gs-fixtures-api-sub-source", "value": "" } ] }, "docs": "Update existing player" }, { "info": { "name": "Retrieve competitors (players) details by ID.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/competitors/players/:id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Single competitors (players) ID to return details for" } ] }, "docs": "Returns competitors (players) details including sport specific details (metadata properties)" }, { "info": { "name": "Retrieve rounds in which the Player will take part by Team ID/s. MAX 200 per page.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/competitors/players/:id/rounds", "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)" }, { "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, isactive (default = true))" }, { "name": "id", "value": "", "type": "path", "description": "Single competitors (players) ID to return details for" } ] }, "docs": "Returns the rounds in which the player will take part by GSS Player Id in the path, wrapped inside a HATEOAS model" }, { "info": { "name": "Retrieve seasons in which the Player will take part by Team ID/s. MAX 200 per page.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/competitors/players/:id/seasons", "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)" }, { "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, isactive (default = true))" }, { "name": "id", "value": "", "type": "path", "description": "Single competitors (players) ID to return details for" } ] }, "docs": "Returns the seasons in which the player will take part by GSS Player Id in the path, wrapped inside a HATEOAS model" } ] } ], "bundled": true }