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": "eaaf2a1e-7980-4cf9-9ad6-e45af6e5cfce", "bow_class": "sample string 3", "category": "sample string 4", "category_archived": true, "category_id": "104a7504-0a95-4899-ae93-034f9035693c", "class_archived": true, "class_id": "6a66137f-6aa5-4c5e-a1d9-c7d79c0357ab", "date_shot": "2024-12-24T12:42:59.0435165+00:00", "golds": 1, "hits": 1, "location": "sample string 10", "name": "sample string 11", "record_id": "630c0964-7f00-4b27-a275-3303982aaa83", "round": "sample string 13", "round_archived": true, "round_id": "2e0d32b3-bceb-4f09-9a5f-962e2d3b8712", "score": 1, "status": "sample string 16", "tens": 1, "type_id": "4a3d92eb-52fd-498d-89ef-4402155a9e8e", "updated": "2024-12-24T12:42:59.0435165+00:00" }, { "archer_archived": true, "archer_id": "eaaf2a1e-7980-4cf9-9ad6-e45af6e5cfce", "bow_class": "sample string 3", "category": "sample string 4", "category_archived": true, "category_id": "104a7504-0a95-4899-ae93-034f9035693c", "class_archived": true, "class_id": "6a66137f-6aa5-4c5e-a1d9-c7d79c0357ab", "date_shot": "2024-12-24T12:42:59.0435165+00:00", "golds": 1, "hits": 1, "location": "sample string 10", "name": "sample string 11", "record_id": "630c0964-7f00-4b27-a275-3303982aaa83", "round": "sample string 13", "round_archived": true, "round_id": "2e0d32b3-bceb-4f09-9a5f-962e2d3b8712", "score": 1, "status": "sample string 16", "tens": 1, "type_id": "4a3d92eb-52fd-498d-89ef-4402155a9e8e", "updated": "2024-12-24T12:42:59.0435165+00: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>eaaf2a1e-7980-4cf9-9ad6-e45af6e5cfce</archer_id> <bow_class>sample string 3</bow_class> <category>sample string 4</category> <category_archived>true</category_archived> <category_id>104a7504-0a95-4899-ae93-034f9035693c</category_id> <class_archived>true</class_archived> <class_id>6a66137f-6aa5-4c5e-a1d9-c7d79c0357ab</class_id> <date_shot>2024-12-24T12:42:59.0435165+00:00</date_shot> <golds>1</golds> <hits>1</hits> <location>sample string 10</location> <name>sample string 11</name> <record_id>630c0964-7f00-4b27-a275-3303982aaa83</record_id> <round>sample string 13</round> <round_archived>true</round_archived> <round_id>2e0d32b3-bceb-4f09-9a5f-962e2d3b8712</round_id> <score>1</score> <status>sample string 16</status> <tens>1</tens> <type_id>4a3d92eb-52fd-498d-89ef-4402155a9e8e</type_id> <updated>2024-12-24T12:42:59.0435165+00:00</updated> </ClubRecord> <ClubRecord> <archer_archived>true</archer_archived> <archer_id>eaaf2a1e-7980-4cf9-9ad6-e45af6e5cfce</archer_id> <bow_class>sample string 3</bow_class> <category>sample string 4</category> <category_archived>true</category_archived> <category_id>104a7504-0a95-4899-ae93-034f9035693c</category_id> <class_archived>true</class_archived> <class_id>6a66137f-6aa5-4c5e-a1d9-c7d79c0357ab</class_id> <date_shot>2024-12-24T12:42:59.0435165+00:00</date_shot> <golds>1</golds> <hits>1</hits> <location>sample string 10</location> <name>sample string 11</name> <record_id>630c0964-7f00-4b27-a275-3303982aaa83</record_id> <round>sample string 13</round> <round_archived>true</round_archived> <round_id>2e0d32b3-bceb-4f09-9a5f-962e2d3b8712</round_id> <score>1</score> <status>sample string 16</status> <tens>1</tens> <type_id>4a3d92eb-52fd-498d-89ef-4402155a9e8e</type_id> <updated>2024-12-24T12:42:59.0435165+00:00</updated> </ClubRecord> </ArrayOfClubRecord>