GET api/currenthandicaps?pageNumber={pageNumber}&pageSize={pageSize}
Lists current 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 |
---|---|---|---|
achieved |
Gets the date achieved. |
date |
None. |
bow_class |
Gets the bow class. |
string |
None. |
class_archived |
Gets if the class is archived. |
boolean |
None. |
class_id |
Gets the identifier of the bow class. |
globally unique identifier |
None. |
handicap |
Gets the handicap. |
integer |
None. |
handicap_id |
Gets the identifier of the handicap. |
globally unique identifier |
None. |
member_archived |
Gets if the member is archived. |
boolean |
None. |
member_id |
Gets the identifier of the member. |
globally unique identifier |
None. |
name |
Gets the name of the archer. |
string |
None. |
season_id |
Gets the identifier of the season. |
globally unique identifier |
None. |
type |
Gets the archery type (eg Outdoor). |
string |
None. |
type_id |
Gets the identifier of the type. |
globally unique identifier |
None. |
updated |
Gets the date updated. |
date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "achieved": "2025-08-02T09:46:13.9356392+01:00", "bow_class": "sample string 2", "class_archived": true, "class_id": "38b727b2-cb53-48b6-a409-a2ce7e4423c3", "handicap": 5, "handicap_id": "56849a1a-b5c9-4a4b-ba60-d841c94342a9", "member_archived": true, "member_id": "a9340b18-c832-4f6b-bb97-e1237a122f36", "name": "sample string 9", "season_id": "a43d36cb-9d6f-4df7-8bde-010746aa7da7", "type": "sample string 11", "type_id": "9f50bb60-870c-46b7-a4ef-a3bd3ab94eca", "updated": "2025-08-02T09:46:13.9356392+01:00" }, { "achieved": "2025-08-02T09:46:13.9356392+01:00", "bow_class": "sample string 2", "class_archived": true, "class_id": "38b727b2-cb53-48b6-a409-a2ce7e4423c3", "handicap": 5, "handicap_id": "56849a1a-b5c9-4a4b-ba60-d841c94342a9", "member_archived": true, "member_id": "a9340b18-c832-4f6b-bb97-e1237a122f36", "name": "sample string 9", "season_id": "a43d36cb-9d6f-4df7-8bde-010746aa7da7", "type": "sample string 11", "type_id": "9f50bb60-870c-46b7-a4ef-a3bd3ab94eca", "updated": "2025-08-02T09:46:13.9356392+01:00" } ]
multipart/form-data
Sample:
[{"achieved":"2025-08-02T09:46:13.9356392+01:00","bow_class":"sample string 2","class_archived":true,"class_id":"38b727b2-cb53-48b6-a409-a2ce7e4423c3","handicap":5,"handicap_id":"56849a1a-b5c9-4a4b-ba60-d841c94342a9","member_archived":true,"member_id":"a9340b18-c832-4f6b-bb97-e1237a122f36","name":"sample string 9","season_id":"a43d36cb-9d6f-4df7-8bde-010746aa7da7","type":"sample string 11","type_id":"9f50bb60-870c-46b7-a4ef-a3bd3ab94eca","updated":"2025-08-02T09:46:13.9356392+01:00"},{"achieved":"2025-08-02T09:46:13.9356392+01:00","bow_class":"sample string 2","class_archived":true,"class_id":"38b727b2-cb53-48b6-a409-a2ce7e4423c3","handicap":5,"handicap_id":"56849a1a-b5c9-4a4b-ba60-d841c94342a9","member_archived":true,"member_id":"a9340b18-c832-4f6b-bb97-e1237a122f36","name":"sample string 9","season_id":"a43d36cb-9d6f-4df7-8bde-010746aa7da7","type":"sample string 11","type_id":"9f50bb60-870c-46b7-a4ef-a3bd3ab94eca","updated":"2025-08-02T09:46:13.9356392+01:00"}]
application/xml, text/xml
Sample:
<ArrayOfHandicap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Archery_Records_API"> <Handicap> <achieved>2025-08-02T09:46:13.9356392+01:00</achieved> <bow_class>sample string 2</bow_class> <class_archived>true</class_archived> <class_id>38b727b2-cb53-48b6-a409-a2ce7e4423c3</class_id> <handicap>5</handicap> <handicap_id>56849a1a-b5c9-4a4b-ba60-d841c94342a9</handicap_id> <member_archived>true</member_archived> <member_id>a9340b18-c832-4f6b-bb97-e1237a122f36</member_id> <name>sample string 9</name> <season_id>a43d36cb-9d6f-4df7-8bde-010746aa7da7</season_id> <type>sample string 11</type> <type_id>9f50bb60-870c-46b7-a4ef-a3bd3ab94eca</type_id> <updated>2025-08-02T09:46:13.9356392+01:00</updated> </Handicap> <Handicap> <achieved>2025-08-02T09:46:13.9356392+01:00</achieved> <bow_class>sample string 2</bow_class> <class_archived>true</class_archived> <class_id>38b727b2-cb53-48b6-a409-a2ce7e4423c3</class_id> <handicap>5</handicap> <handicap_id>56849a1a-b5c9-4a4b-ba60-d841c94342a9</handicap_id> <member_archived>true</member_archived> <member_id>a9340b18-c832-4f6b-bb97-e1237a122f36</member_id> <name>sample string 9</name> <season_id>a43d36cb-9d6f-4df7-8bde-010746aa7da7</season_id> <type>sample string 11</type> <type_id>9f50bb60-870c-46b7-a4ef-a3bd3ab94eca</type_id> <updated>2025-08-02T09:46:13.9356392+01:00</updated> </Handicap> </ArrayOfHandicap>