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 Handicap| Name | 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": "2026-02-04T02:15:12.8608206+00:00",
"bow_class": "sample string 2",
"class_archived": true,
"class_id": "318bf88e-c906-46c8-a59a-7875c6df778f",
"handicap": 5,
"handicap_id": "47028924-1310-4182-bc2e-41868df6637d",
"member_archived": true,
"member_id": "506ed86b-ae14-4a90-b1d9-f9100cd2b715",
"name": "sample string 9",
"season_id": "5dfe6dd3-4a7b-4b12-ab9d-bfd23098dfd0",
"type": "sample string 11",
"type_id": "69f1a0fb-7f46-4bc4-9ef1-ff5c04cc37ad",
"updated": "2026-02-04T02:15:12.8608206+00:00"
},
{
"achieved": "2026-02-04T02:15:12.8608206+00:00",
"bow_class": "sample string 2",
"class_archived": true,
"class_id": "318bf88e-c906-46c8-a59a-7875c6df778f",
"handicap": 5,
"handicap_id": "47028924-1310-4182-bc2e-41868df6637d",
"member_archived": true,
"member_id": "506ed86b-ae14-4a90-b1d9-f9100cd2b715",
"name": "sample string 9",
"season_id": "5dfe6dd3-4a7b-4b12-ab9d-bfd23098dfd0",
"type": "sample string 11",
"type_id": "69f1a0fb-7f46-4bc4-9ef1-ff5c04cc37ad",
"updated": "2026-02-04T02:15:12.8608206+00:00"
}
]
multipart/form-data
Sample:
[{"achieved":"2026-02-04T02:15:12.8608206+00:00","bow_class":"sample string 2","class_archived":true,"class_id":"318bf88e-c906-46c8-a59a-7875c6df778f","handicap":5,"handicap_id":"47028924-1310-4182-bc2e-41868df6637d","member_archived":true,"member_id":"506ed86b-ae14-4a90-b1d9-f9100cd2b715","name":"sample string 9","season_id":"5dfe6dd3-4a7b-4b12-ab9d-bfd23098dfd0","type":"sample string 11","type_id":"69f1a0fb-7f46-4bc4-9ef1-ff5c04cc37ad","updated":"2026-02-04T02:15:12.8608206+00:00"},{"achieved":"2026-02-04T02:15:12.8608206+00:00","bow_class":"sample string 2","class_archived":true,"class_id":"318bf88e-c906-46c8-a59a-7875c6df778f","handicap":5,"handicap_id":"47028924-1310-4182-bc2e-41868df6637d","member_archived":true,"member_id":"506ed86b-ae14-4a90-b1d9-f9100cd2b715","name":"sample string 9","season_id":"5dfe6dd3-4a7b-4b12-ab9d-bfd23098dfd0","type":"sample string 11","type_id":"69f1a0fb-7f46-4bc4-9ef1-ff5c04cc37ad","updated":"2026-02-04T02:15:12.8608206+00: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>2026-02-04T02:15:12.8608206+00:00</achieved>
<bow_class>sample string 2</bow_class>
<class_archived>true</class_archived>
<class_id>318bf88e-c906-46c8-a59a-7875c6df778f</class_id>
<handicap>5</handicap>
<handicap_id>47028924-1310-4182-bc2e-41868df6637d</handicap_id>
<member_archived>true</member_archived>
<member_id>506ed86b-ae14-4a90-b1d9-f9100cd2b715</member_id>
<name>sample string 9</name>
<season_id>5dfe6dd3-4a7b-4b12-ab9d-bfd23098dfd0</season_id>
<type>sample string 11</type>
<type_id>69f1a0fb-7f46-4bc4-9ef1-ff5c04cc37ad</type_id>
<updated>2026-02-04T02:15:12.8608206+00:00</updated>
</Handicap>
<Handicap>
<achieved>2026-02-04T02:15:12.8608206+00:00</achieved>
<bow_class>sample string 2</bow_class>
<class_archived>true</class_archived>
<class_id>318bf88e-c906-46c8-a59a-7875c6df778f</class_id>
<handicap>5</handicap>
<handicap_id>47028924-1310-4182-bc2e-41868df6637d</handicap_id>
<member_archived>true</member_archived>
<member_id>506ed86b-ae14-4a90-b1d9-f9100cd2b715</member_id>
<name>sample string 9</name>
<season_id>5dfe6dd3-4a7b-4b12-ab9d-bfd23098dfd0</season_id>
<type>sample string 11</type>
<type_id>69f1a0fb-7f46-4bc4-9ef1-ff5c04cc37ad</type_id>
<updated>2026-02-04T02:15:12.8608206+00:00</updated>
</Handicap>
</ArrayOfHandicap>