GET api/clubrecords?pageNumber={pageNumber}&pageSize={pageSize}
Lists all club records. 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 ClubRecordName | Description | Type | Additional information |
---|---|---|---|
archer_archived | boolean |
None. |
|
archer_id | globally unique identifier |
None. |
|
bow_class | string |
None. |
|
category | string |
None. |
|
category_archived | boolean |
None. |
|
category_id | globally unique identifier |
None. |
|
class_archived | boolean |
None. |
|
class_id | globally unique identifier |
None. |
|
date_shot | date |
None. |
|
golds | integer |
None. |
|
hits | integer |
None. |
|
location | string |
None. |
|
name | string |
None. |
|
record_id | globally unique identifier |
None. |
|
round | string |
None. |
|
round_archived | boolean |
None. |
|
round_id | globally unique identifier |
None. |
|
score | integer |
None. |
|
status | string |
None. |
|
tens | integer |
None. |
|
type_id | globally unique identifier |
None. |
|
updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "archer_archived": true, "archer_id": "4cce8708-ad49-47af-b0d6-72df4a62c5d1", "bow_class": "sample string 3", "category": "sample string 4", "category_archived": true, "category_id": "e3e090fb-6047-409d-9e9a-7e398362556c", "class_archived": true, "class_id": "34bc130b-1083-4f39-af06-0d0bf30e0525", "date_shot": "2025-10-13T22:16:35.5998891+01:00", "golds": 1, "hits": 1, "location": "sample string 10", "name": "sample string 11", "record_id": "221507f3-043f-4c70-9ff9-d0921ceca0bc", "round": "sample string 13", "round_archived": true, "round_id": "ee0921cb-ba83-4430-a481-d41066902c39", "score": 1, "status": "sample string 16", "tens": 1, "type_id": "1201355a-75b5-4cea-975f-4dcff16765d9", "updated": "2025-10-13T22:16:35.5998891+01:00" }, { "archer_archived": true, "archer_id": "4cce8708-ad49-47af-b0d6-72df4a62c5d1", "bow_class": "sample string 3", "category": "sample string 4", "category_archived": true, "category_id": "e3e090fb-6047-409d-9e9a-7e398362556c", "class_archived": true, "class_id": "34bc130b-1083-4f39-af06-0d0bf30e0525", "date_shot": "2025-10-13T22:16:35.5998891+01:00", "golds": 1, "hits": 1, "location": "sample string 10", "name": "sample string 11", "record_id": "221507f3-043f-4c70-9ff9-d0921ceca0bc", "round": "sample string 13", "round_archived": true, "round_id": "ee0921cb-ba83-4430-a481-d41066902c39", "score": 1, "status": "sample string 16", "tens": 1, "type_id": "1201355a-75b5-4cea-975f-4dcff16765d9", "updated": "2025-10-13T22:16:35.5998891+01:00" } ]
application/xml, text/xml
Sample:
<ArrayOfClubRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Archery_Records_API.Models"> <ClubRecord> <archer_archived>true</archer_archived> <archer_id>4cce8708-ad49-47af-b0d6-72df4a62c5d1</archer_id> <bow_class>sample string 3</bow_class> <category>sample string 4</category> <category_archived>true</category_archived> <category_id>e3e090fb-6047-409d-9e9a-7e398362556c</category_id> <class_archived>true</class_archived> <class_id>34bc130b-1083-4f39-af06-0d0bf30e0525</class_id> <date_shot>2025-10-13T22:16:35.5998891+01:00</date_shot> <golds>1</golds> <hits>1</hits> <location>sample string 10</location> <name>sample string 11</name> <record_id>221507f3-043f-4c70-9ff9-d0921ceca0bc</record_id> <round>sample string 13</round> <round_archived>true</round_archived> <round_id>ee0921cb-ba83-4430-a481-d41066902c39</round_id> <score>1</score> <status>sample string 16</status> <tens>1</tens> <type_id>1201355a-75b5-4cea-975f-4dcff16765d9</type_id> <updated>2025-10-13T22:16:35.5998891+01:00</updated> </ClubRecord> <ClubRecord> <archer_archived>true</archer_archived> <archer_id>4cce8708-ad49-47af-b0d6-72df4a62c5d1</archer_id> <bow_class>sample string 3</bow_class> <category>sample string 4</category> <category_archived>true</category_archived> <category_id>e3e090fb-6047-409d-9e9a-7e398362556c</category_id> <class_archived>true</class_archived> <class_id>34bc130b-1083-4f39-af06-0d0bf30e0525</class_id> <date_shot>2025-10-13T22:16:35.5998891+01:00</date_shot> <golds>1</golds> <hits>1</hits> <location>sample string 10</location> <name>sample string 11</name> <record_id>221507f3-043f-4c70-9ff9-d0921ceca0bc</record_id> <round>sample string 13</round> <round_archived>true</round_archived> <round_id>ee0921cb-ba83-4430-a481-d41066902c39</round_id> <score>1</score> <status>sample string 16</status> <tens>1</tens> <type_id>1201355a-75b5-4cea-975f-4dcff16765d9</type_id> <updated>2025-10-13T22:16:35.5998891+01:00</updated> </ClubRecord> </ArrayOfClubRecord>