GET api/Handicaps?pageNumber={pageNumber}&pageSize={pageSize}
Lists all handicaps. Maximum 1000 records per page. Specify desired page {pageNumber}and number of records per page {pageSize}. Number of pages is returned in headers.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageNumber | integer |
None. |
|
pageSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of HandicapName | Description | Type | Additional information |
---|---|---|---|
name | string |
None. |
|
class_id | globally unique identifier |
None. |
|
season_id | globally unique identifier |
None. |
|
handicap | integer |
None. |
|
bow_class | string |
None. |
|
achieved | date |
None. |
|
updated | date |
None. |
|
type | string |
None. |
|
class_archived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "name": "sample string 1", "class_id": "190b1a39-e9fd-406b-91af-a906587abf34", "season_id": "b54f71ff-4dce-42f5-ac98-3fc57b805b01", "handicap": 4, "bow_class": "sample string 5", "achieved": "2024-11-28T08:48:57.3077995+00:00", "updated": "2024-11-28T08:48:57.3077995+00:00", "type": "sample string 8", "class_archived": true }, { "name": "sample string 1", "class_id": "190b1a39-e9fd-406b-91af-a906587abf34", "season_id": "b54f71ff-4dce-42f5-ac98-3fc57b805b01", "handicap": 4, "bow_class": "sample string 5", "achieved": "2024-11-28T08:48:57.3077995+00:00", "updated": "2024-11-28T08:48:57.3077995+00:00", "type": "sample string 8", "class_archived": true } ]
application/xml, text/xml
Sample:
<ArrayOfHandicap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Golden_Records_App"> <Handicap> <achieved>2024-11-28T08:48:57.3077995+00:00</achieved> <bow_class>sample string 5</bow_class> <class_archived>true</class_archived> <class_id>190b1a39-e9fd-406b-91af-a906587abf34</class_id> <handicap>4</handicap> <name>sample string 1</name> <season_id>b54f71ff-4dce-42f5-ac98-3fc57b805b01</season_id> <type>sample string 8</type> <updated>2024-11-28T08:48:57.3077995+00:00</updated> </Handicap> <Handicap> <achieved>2024-11-28T08:48:57.3077995+00:00</achieved> <bow_class>sample string 5</bow_class> <class_archived>true</class_archived> <class_id>190b1a39-e9fd-406b-91af-a906587abf34</class_id> <handicap>4</handicap> <name>sample string 1</name> <season_id>b54f71ff-4dce-42f5-ac98-3fc57b805b01</season_id> <type>sample string 8</type> <updated>2024-11-28T08:48:57.3077995+00:00</updated> </Handicap> </ArrayOfHandicap>
multipart/form-data
Sample:
<ArrayOfHandicap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Golden_Records_App"><Handicap><achieved>2024-11-28T08:48:57.3077995+00:00</achieved><bow_class>sample string 5</bow_class><class_archived>true</class_archived><class_id>190b1a39-e9fd-406b-91af-a906587abf34</class_id><handicap>4</handicap><name>sample string 1</name><season_id>b54f71ff-4dce-42f5-ac98-3fc57b805b01</season_id><type>sample string 8</type><updated>2024-11-28T08:48:57.3077995+00:00</updated></Handicap><Handicap><achieved>2024-11-28T08:48:57.3077995+00:00</achieved><bow_class>sample string 5</bow_class><class_archived>true</class_archived><class_id>190b1a39-e9fd-406b-91af-a906587abf34</class_id><handicap>4</handicap><name>sample string 1</name><season_id>b54f71ff-4dce-42f5-ac98-3fc57b805b01</season_id><type>sample string 8</type><updated>2024-11-28T08:48:57.3077995+00:00</updated></Handicap></ArrayOfHandicap>