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 ClubRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| age_group |
Gets the age group. |
string |
None. |
| age_group_archived |
Gets if the age group is archived. |
boolean |
None. |
| age_group_id |
Gets the identifier of the age group. |
globally unique identifier |
None. |
| bow_class |
Gets the bow class. |
string |
None. |
| class_archived |
Gets if the bow class is archived. |
boolean |
None. |
| class_id |
Gets the identifier of the bow class. |
globally unique identifier |
None. |
| date_shot |
Gets the date shot. |
date |
None. |
| golds |
Gets the number of golds. |
integer |
None. |
| hits |
Gets the number of hits. |
integer |
None. |
| location |
Gets the location shot. |
string |
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 holder. |
string |
None. |
| record_id |
Gets the identifier of the club record. |
globally unique identifier |
None. |
| round |
Gets the round. |
string |
None. |
| round_archived |
Gets if the round is archived. |
boolean |
None. |
| round_id |
Gets the identifier of the round. |
globally unique identifier |
None. |
| score |
Gets the score. |
integer |
None. |
| status |
Gets the status of the club record. |
string |
None. |
| tens |
Gets the number of tens or Xs. |
integer |
None. |
| type_id |
Gets the identifier of the round type. |
globally unique identifier |
None. |
| updated |
Gets the date last updated. |
date |
None. |
| user_1 |
Gets the first user defined field. |
string |
None. |
| user_2 |
Gets the second user defined field. |
string |
None. |
Response Formats
application/json, text/json
[
{
"age_group": "sample string 1",
"age_group_archived": true,
"age_group_id": "c203819c-2e26-4e2b-b214-2b5efd45b50e",
"bow_class": "sample string 4",
"class_archived": true,
"class_id": "19f1fb63-e205-491c-8239-30f599fed72a",
"date_shot": "2025-12-20T22:48:41.3896868+00:00",
"golds": 1,
"hits": 1,
"location": "sample string 8",
"member_archived": true,
"member_id": "62a113bd-ac3b-4adb-98d6-69085d9c5501",
"name": "sample string 11",
"record_id": "35cb6224-0c03-4757-9298-cc039f3bb6c7",
"round": "sample string 13",
"round_archived": true,
"round_id": "5b29410e-2cad-40f8-a9f2-d2078433d1d8",
"score": 1,
"status": "sample string 16",
"tens": 1,
"type_id": "da4e146f-b1d1-43e4-9267-3ffe79a0a04f",
"updated": "2025-12-20T22:48:41.3896868+00:00",
"user_1": "sample string 19",
"user_2": "sample string 20"
},
{
"age_group": "sample string 1",
"age_group_archived": true,
"age_group_id": "c203819c-2e26-4e2b-b214-2b5efd45b50e",
"bow_class": "sample string 4",
"class_archived": true,
"class_id": "19f1fb63-e205-491c-8239-30f599fed72a",
"date_shot": "2025-12-20T22:48:41.3896868+00:00",
"golds": 1,
"hits": 1,
"location": "sample string 8",
"member_archived": true,
"member_id": "62a113bd-ac3b-4adb-98d6-69085d9c5501",
"name": "sample string 11",
"record_id": "35cb6224-0c03-4757-9298-cc039f3bb6c7",
"round": "sample string 13",
"round_archived": true,
"round_id": "5b29410e-2cad-40f8-a9f2-d2078433d1d8",
"score": 1,
"status": "sample string 16",
"tens": 1,
"type_id": "da4e146f-b1d1-43e4-9267-3ffe79a0a04f",
"updated": "2025-12-20T22:48:41.3896868+00:00",
"user_1": "sample string 19",
"user_2": "sample string 20"
}
]
multipart/form-data
[{"age_group":"sample string 1","age_group_archived":true,"age_group_id":"c203819c-2e26-4e2b-b214-2b5efd45b50e","bow_class":"sample string 4","class_archived":true,"class_id":"19f1fb63-e205-491c-8239-30f599fed72a","date_shot":"2025-12-20T22:48:41.3896868+00:00","golds":1,"hits":1,"location":"sample string 8","member_archived":true,"member_id":"62a113bd-ac3b-4adb-98d6-69085d9c5501","name":"sample string 11","record_id":"35cb6224-0c03-4757-9298-cc039f3bb6c7","round":"sample string 13","round_archived":true,"round_id":"5b29410e-2cad-40f8-a9f2-d2078433d1d8","score":1,"status":"sample string 16","tens":1,"type_id":"da4e146f-b1d1-43e4-9267-3ffe79a0a04f","updated":"2025-12-20T22:48:41.3896868+00:00","user_1":"sample string 19","user_2":"sample string 20"},{"age_group":"sample string 1","age_group_archived":true,"age_group_id":"c203819c-2e26-4e2b-b214-2b5efd45b50e","bow_class":"sample string 4","class_archived":true,"class_id":"19f1fb63-e205-491c-8239-30f599fed72a","date_shot":"2025-12-20T22:48:41.3896868+00:00","golds":1,"hits":1,"location":"sample string 8","member_archived":true,"member_id":"62a113bd-ac3b-4adb-98d6-69085d9c5501","name":"sample string 11","record_id":"35cb6224-0c03-4757-9298-cc039f3bb6c7","round":"sample string 13","round_archived":true,"round_id":"5b29410e-2cad-40f8-a9f2-d2078433d1d8","score":1,"status":"sample string 16","tens":1,"type_id":"da4e146f-b1d1-43e4-9267-3ffe79a0a04f","updated":"2025-12-20T22:48:41.3896868+00:00","user_1":"sample string 19","user_2":"sample string 20"}]
application/xml, text/xml
<ArrayOfClubRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Archery_Records_API.Models">
<ClubRecord>
<age_group>sample string 1</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>c203819c-2e26-4e2b-b214-2b5efd45b50e</age_group_id>
<bow_class>sample string 4</bow_class>
<class_archived>true</class_archived>
<class_id>19f1fb63-e205-491c-8239-30f599fed72a</class_id>
<date_shot>2025-12-20T22:48:41.3896868+00:00</date_shot>
<golds>1</golds>
<hits>1</hits>
<location>sample string 8</location>
<member_archived>true</member_archived>
<member_id>62a113bd-ac3b-4adb-98d6-69085d9c5501</member_id>
<name>sample string 11</name>
<record_id>35cb6224-0c03-4757-9298-cc039f3bb6c7</record_id>
<round>sample string 13</round>
<round_archived>true</round_archived>
<round_id>5b29410e-2cad-40f8-a9f2-d2078433d1d8</round_id>
<score>1</score>
<status>sample string 16</status>
<tens>1</tens>
<type_id>da4e146f-b1d1-43e4-9267-3ffe79a0a04f</type_id>
<updated>2025-12-20T22:48:41.3896868+00:00</updated>
<user_1>sample string 19</user_1>
<user_2>sample string 20</user_2>
</ClubRecord>
<ClubRecord>
<age_group>sample string 1</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>c203819c-2e26-4e2b-b214-2b5efd45b50e</age_group_id>
<bow_class>sample string 4</bow_class>
<class_archived>true</class_archived>
<class_id>19f1fb63-e205-491c-8239-30f599fed72a</class_id>
<date_shot>2025-12-20T22:48:41.3896868+00:00</date_shot>
<golds>1</golds>
<hits>1</hits>
<location>sample string 8</location>
<member_archived>true</member_archived>
<member_id>62a113bd-ac3b-4adb-98d6-69085d9c5501</member_id>
<name>sample string 11</name>
<record_id>35cb6224-0c03-4757-9298-cc039f3bb6c7</record_id>
<round>sample string 13</round>
<round_archived>true</round_archived>
<round_id>5b29410e-2cad-40f8-a9f2-d2078433d1d8</round_id>
<score>1</score>
<status>sample string 16</status>
<tens>1</tens>
<type_id>da4e146f-b1d1-43e4-9267-3ffe79a0a04f</type_id>
<updated>2025-12-20T22:48:41.3896868+00:00</updated>
<user_1>sample string 19</user_1>
<user_2>sample string 20</user_2>
</ClubRecord>
</ArrayOfClubRecord>