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": "85d8caa6-0888-46d3-bf25-025a04592340",
    "bow_class": "sample string 4",
    "class_archived": true,
    "class_id": "0149c437-1b7c-46ed-bb86-419f19884dd5",
    "date_shot": "2025-10-31T00:37:48.2685847+00:00",
    "golds": 1,
    "hits": 1,
    "location": "sample string 8",
    "member_archived": true,
    "member_id": "c603c481-d5e8-4f42-91d7-3b836702abe4",
    "name": "sample string 11",
    "record_id": "113ce954-ca89-4424-8f7b-e33f2c7c2501",
    "round": "sample string 13",
    "round_archived": true,
    "round_id": "f7a7604f-2872-4bc5-8949-288f69e6c6b0",
    "score": 1,
    "status": "sample string 16",
    "tens": 1,
    "type_id": "8e87f8ca-837c-4d0e-af37-23ce1221c223",
    "updated": "2025-10-31T00:37:48.2685847+00:00",
    "user_1": "sample string 19",
    "user_2": "sample string 20"
  },
  {
    "age_group": "sample string 1",
    "age_group_archived": true,
    "age_group_id": "85d8caa6-0888-46d3-bf25-025a04592340",
    "bow_class": "sample string 4",
    "class_archived": true,
    "class_id": "0149c437-1b7c-46ed-bb86-419f19884dd5",
    "date_shot": "2025-10-31T00:37:48.2685847+00:00",
    "golds": 1,
    "hits": 1,
    "location": "sample string 8",
    "member_archived": true,
    "member_id": "c603c481-d5e8-4f42-91d7-3b836702abe4",
    "name": "sample string 11",
    "record_id": "113ce954-ca89-4424-8f7b-e33f2c7c2501",
    "round": "sample string 13",
    "round_archived": true,
    "round_id": "f7a7604f-2872-4bc5-8949-288f69e6c6b0",
    "score": 1,
    "status": "sample string 16",
    "tens": 1,
    "type_id": "8e87f8ca-837c-4d0e-af37-23ce1221c223",
    "updated": "2025-10-31T00:37:48.2685847+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":"85d8caa6-0888-46d3-bf25-025a04592340","bow_class":"sample string 4","class_archived":true,"class_id":"0149c437-1b7c-46ed-bb86-419f19884dd5","date_shot":"2025-10-31T00:37:48.2685847+00:00","golds":1,"hits":1,"location":"sample string 8","member_archived":true,"member_id":"c603c481-d5e8-4f42-91d7-3b836702abe4","name":"sample string 11","record_id":"113ce954-ca89-4424-8f7b-e33f2c7c2501","round":"sample string 13","round_archived":true,"round_id":"f7a7604f-2872-4bc5-8949-288f69e6c6b0","score":1,"status":"sample string 16","tens":1,"type_id":"8e87f8ca-837c-4d0e-af37-23ce1221c223","updated":"2025-10-31T00:37:48.2685847+00:00","user_1":"sample string 19","user_2":"sample string 20"},{"age_group":"sample string 1","age_group_archived":true,"age_group_id":"85d8caa6-0888-46d3-bf25-025a04592340","bow_class":"sample string 4","class_archived":true,"class_id":"0149c437-1b7c-46ed-bb86-419f19884dd5","date_shot":"2025-10-31T00:37:48.2685847+00:00","golds":1,"hits":1,"location":"sample string 8","member_archived":true,"member_id":"c603c481-d5e8-4f42-91d7-3b836702abe4","name":"sample string 11","record_id":"113ce954-ca89-4424-8f7b-e33f2c7c2501","round":"sample string 13","round_archived":true,"round_id":"f7a7604f-2872-4bc5-8949-288f69e6c6b0","score":1,"status":"sample string 16","tens":1,"type_id":"8e87f8ca-837c-4d0e-af37-23ce1221c223","updated":"2025-10-31T00:37:48.2685847+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>85d8caa6-0888-46d3-bf25-025a04592340</age_group_id>
    <bow_class>sample string 4</bow_class>
    <class_archived>true</class_archived>
    <class_id>0149c437-1b7c-46ed-bb86-419f19884dd5</class_id>
    <date_shot>2025-10-31T00:37:48.2685847+00:00</date_shot>
    <golds>1</golds>
    <hits>1</hits>
    <location>sample string 8</location>
    <member_archived>true</member_archived>
    <member_id>c603c481-d5e8-4f42-91d7-3b836702abe4</member_id>
    <name>sample string 11</name>
    <record_id>113ce954-ca89-4424-8f7b-e33f2c7c2501</record_id>
    <round>sample string 13</round>
    <round_archived>true</round_archived>
    <round_id>f7a7604f-2872-4bc5-8949-288f69e6c6b0</round_id>
    <score>1</score>
    <status>sample string 16</status>
    <tens>1</tens>
    <type_id>8e87f8ca-837c-4d0e-af37-23ce1221c223</type_id>
    <updated>2025-10-31T00:37:48.2685847+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>85d8caa6-0888-46d3-bf25-025a04592340</age_group_id>
    <bow_class>sample string 4</bow_class>
    <class_archived>true</class_archived>
    <class_id>0149c437-1b7c-46ed-bb86-419f19884dd5</class_id>
    <date_shot>2025-10-31T00:37:48.2685847+00:00</date_shot>
    <golds>1</golds>
    <hits>1</hits>
    <location>sample string 8</location>
    <member_archived>true</member_archived>
    <member_id>c603c481-d5e8-4f42-91d7-3b836702abe4</member_id>
    <name>sample string 11</name>
    <record_id>113ce954-ca89-4424-8f7b-e33f2c7c2501</record_id>
    <round>sample string 13</round>
    <round_archived>true</round_archived>
    <round_id>f7a7604f-2872-4bc5-8949-288f69e6c6b0</round_id>
    <score>1</score>
    <status>sample string 16</status>
    <tens>1</tens>
    <type_id>8e87f8ca-837c-4d0e-af37-23ce1221c223</type_id>
    <updated>2025-10-31T00:37:48.2685847+00:00</updated>
    <user_1>sample string 19</user_1>
    <user_2>sample string 20</user_2>
  </ClubRecord>
</ArrayOfClubRecord>
        