GET api/handicaps?id={id}&pageNumber={pageNumber}&pageSize={pageSize}
Lists all handicaps filtered by the provided id in GUID format. For example class_id will list all handicaps with that class id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
A GUID (Globally Unique Identifier) in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
globally unique identifier |
Required |
| 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": "2025-12-20T22:47:45.4181907+00:00",
"bow_class": "sample string 2",
"class_archived": true,
"class_id": "08077f09-aa0d-4fe4-9b25-4ef753629a25",
"handicap": 5,
"handicap_id": "6252d42f-bc75-487d-ad0e-6372d71a16d0",
"member_archived": true,
"member_id": "3f8bfe03-5efa-47c6-bf3b-bedd24e2153a",
"name": "sample string 9",
"season_id": "d60034a3-9160-4c21-9d25-2be645d6dba4",
"type": "sample string 11",
"type_id": "f229a6cc-72a3-44c6-a9e8-f2c1db1fef95",
"updated": "2025-12-20T22:47:45.4181907+00:00"
},
{
"achieved": "2025-12-20T22:47:45.4181907+00:00",
"bow_class": "sample string 2",
"class_archived": true,
"class_id": "08077f09-aa0d-4fe4-9b25-4ef753629a25",
"handicap": 5,
"handicap_id": "6252d42f-bc75-487d-ad0e-6372d71a16d0",
"member_archived": true,
"member_id": "3f8bfe03-5efa-47c6-bf3b-bedd24e2153a",
"name": "sample string 9",
"season_id": "d60034a3-9160-4c21-9d25-2be645d6dba4",
"type": "sample string 11",
"type_id": "f229a6cc-72a3-44c6-a9e8-f2c1db1fef95",
"updated": "2025-12-20T22:47:45.4181907+00:00"
}
]
multipart/form-data
Sample:
[{"achieved":"2025-12-20T22:47:45.4181907+00:00","bow_class":"sample string 2","class_archived":true,"class_id":"08077f09-aa0d-4fe4-9b25-4ef753629a25","handicap":5,"handicap_id":"6252d42f-bc75-487d-ad0e-6372d71a16d0","member_archived":true,"member_id":"3f8bfe03-5efa-47c6-bf3b-bedd24e2153a","name":"sample string 9","season_id":"d60034a3-9160-4c21-9d25-2be645d6dba4","type":"sample string 11","type_id":"f229a6cc-72a3-44c6-a9e8-f2c1db1fef95","updated":"2025-12-20T22:47:45.4181907+00:00"},{"achieved":"2025-12-20T22:47:45.4181907+00:00","bow_class":"sample string 2","class_archived":true,"class_id":"08077f09-aa0d-4fe4-9b25-4ef753629a25","handicap":5,"handicap_id":"6252d42f-bc75-487d-ad0e-6372d71a16d0","member_archived":true,"member_id":"3f8bfe03-5efa-47c6-bf3b-bedd24e2153a","name":"sample string 9","season_id":"d60034a3-9160-4c21-9d25-2be645d6dba4","type":"sample string 11","type_id":"f229a6cc-72a3-44c6-a9e8-f2c1db1fef95","updated":"2025-12-20T22:47:45.4181907+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>2025-12-20T22:47:45.4181907+00:00</achieved>
<bow_class>sample string 2</bow_class>
<class_archived>true</class_archived>
<class_id>08077f09-aa0d-4fe4-9b25-4ef753629a25</class_id>
<handicap>5</handicap>
<handicap_id>6252d42f-bc75-487d-ad0e-6372d71a16d0</handicap_id>
<member_archived>true</member_archived>
<member_id>3f8bfe03-5efa-47c6-bf3b-bedd24e2153a</member_id>
<name>sample string 9</name>
<season_id>d60034a3-9160-4c21-9d25-2be645d6dba4</season_id>
<type>sample string 11</type>
<type_id>f229a6cc-72a3-44c6-a9e8-f2c1db1fef95</type_id>
<updated>2025-12-20T22:47:45.4181907+00:00</updated>
</Handicap>
<Handicap>
<achieved>2025-12-20T22:47:45.4181907+00:00</achieved>
<bow_class>sample string 2</bow_class>
<class_archived>true</class_archived>
<class_id>08077f09-aa0d-4fe4-9b25-4ef753629a25</class_id>
<handicap>5</handicap>
<handicap_id>6252d42f-bc75-487d-ad0e-6372d71a16d0</handicap_id>
<member_archived>true</member_archived>
<member_id>3f8bfe03-5efa-47c6-bf3b-bedd24e2153a</member_id>
<name>sample string 9</name>
<season_id>d60034a3-9160-4c21-9d25-2be645d6dba4</season_id>
<type>sample string 11</type>
<type_id>f229a6cc-72a3-44c6-a9e8-f2c1db1fef95</type_id>
<updated>2025-12-20T22:47:45.4181907+00:00</updated>
</Handicap>
</ArrayOfHandicap>