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": "4bfd05c0-05a4-4dd1-b589-52ae586826d1",
"bow_class": "sample string 4",
"class_archived": true,
"class_id": "c277929d-038b-40cf-a550-5fb1c2ce1e1a",
"date_shot": "2026-02-04T02:15:24.5341024+00:00",
"golds": 1,
"hits": 1,
"location": "sample string 8",
"member_archived": true,
"member_id": "929ce3c7-a9cf-42ff-bd3b-aaeb14fd6be8",
"name": "sample string 11",
"record_id": "1840c24a-9aea-4d0d-96f8-af91d65a0321",
"round": "sample string 13",
"round_archived": true,
"round_id": "22fe0fbe-f8c7-4f04-962b-042021b031b2",
"score": 1,
"status": "sample string 16",
"tens": 1,
"type_id": "864d5d2b-69d3-46ae-842b-64516c104104",
"updated": "2026-02-04T02:15:24.5341024+00:00",
"user_1": "sample string 19",
"user_2": "sample string 20"
},
{
"age_group": "sample string 1",
"age_group_archived": true,
"age_group_id": "4bfd05c0-05a4-4dd1-b589-52ae586826d1",
"bow_class": "sample string 4",
"class_archived": true,
"class_id": "c277929d-038b-40cf-a550-5fb1c2ce1e1a",
"date_shot": "2026-02-04T02:15:24.5341024+00:00",
"golds": 1,
"hits": 1,
"location": "sample string 8",
"member_archived": true,
"member_id": "929ce3c7-a9cf-42ff-bd3b-aaeb14fd6be8",
"name": "sample string 11",
"record_id": "1840c24a-9aea-4d0d-96f8-af91d65a0321",
"round": "sample string 13",
"round_archived": true,
"round_id": "22fe0fbe-f8c7-4f04-962b-042021b031b2",
"score": 1,
"status": "sample string 16",
"tens": 1,
"type_id": "864d5d2b-69d3-46ae-842b-64516c104104",
"updated": "2026-02-04T02:15:24.5341024+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":"4bfd05c0-05a4-4dd1-b589-52ae586826d1","bow_class":"sample string 4","class_archived":true,"class_id":"c277929d-038b-40cf-a550-5fb1c2ce1e1a","date_shot":"2026-02-04T02:15:24.5341024+00:00","golds":1,"hits":1,"location":"sample string 8","member_archived":true,"member_id":"929ce3c7-a9cf-42ff-bd3b-aaeb14fd6be8","name":"sample string 11","record_id":"1840c24a-9aea-4d0d-96f8-af91d65a0321","round":"sample string 13","round_archived":true,"round_id":"22fe0fbe-f8c7-4f04-962b-042021b031b2","score":1,"status":"sample string 16","tens":1,"type_id":"864d5d2b-69d3-46ae-842b-64516c104104","updated":"2026-02-04T02:15:24.5341024+00:00","user_1":"sample string 19","user_2":"sample string 20"},{"age_group":"sample string 1","age_group_archived":true,"age_group_id":"4bfd05c0-05a4-4dd1-b589-52ae586826d1","bow_class":"sample string 4","class_archived":true,"class_id":"c277929d-038b-40cf-a550-5fb1c2ce1e1a","date_shot":"2026-02-04T02:15:24.5341024+00:00","golds":1,"hits":1,"location":"sample string 8","member_archived":true,"member_id":"929ce3c7-a9cf-42ff-bd3b-aaeb14fd6be8","name":"sample string 11","record_id":"1840c24a-9aea-4d0d-96f8-af91d65a0321","round":"sample string 13","round_archived":true,"round_id":"22fe0fbe-f8c7-4f04-962b-042021b031b2","score":1,"status":"sample string 16","tens":1,"type_id":"864d5d2b-69d3-46ae-842b-64516c104104","updated":"2026-02-04T02:15:24.5341024+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>4bfd05c0-05a4-4dd1-b589-52ae586826d1</age_group_id>
<bow_class>sample string 4</bow_class>
<class_archived>true</class_archived>
<class_id>c277929d-038b-40cf-a550-5fb1c2ce1e1a</class_id>
<date_shot>2026-02-04T02:15:24.5341024+00:00</date_shot>
<golds>1</golds>
<hits>1</hits>
<location>sample string 8</location>
<member_archived>true</member_archived>
<member_id>929ce3c7-a9cf-42ff-bd3b-aaeb14fd6be8</member_id>
<name>sample string 11</name>
<record_id>1840c24a-9aea-4d0d-96f8-af91d65a0321</record_id>
<round>sample string 13</round>
<round_archived>true</round_archived>
<round_id>22fe0fbe-f8c7-4f04-962b-042021b031b2</round_id>
<score>1</score>
<status>sample string 16</status>
<tens>1</tens>
<type_id>864d5d2b-69d3-46ae-842b-64516c104104</type_id>
<updated>2026-02-04T02:15:24.5341024+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>4bfd05c0-05a4-4dd1-b589-52ae586826d1</age_group_id>
<bow_class>sample string 4</bow_class>
<class_archived>true</class_archived>
<class_id>c277929d-038b-40cf-a550-5fb1c2ce1e1a</class_id>
<date_shot>2026-02-04T02:15:24.5341024+00:00</date_shot>
<golds>1</golds>
<hits>1</hits>
<location>sample string 8</location>
<member_archived>true</member_archived>
<member_id>929ce3c7-a9cf-42ff-bd3b-aaeb14fd6be8</member_id>
<name>sample string 11</name>
<record_id>1840c24a-9aea-4d0d-96f8-af91d65a0321</record_id>
<round>sample string 13</round>
<round_archived>true</round_archived>
<round_id>22fe0fbe-f8c7-4f04-962b-042021b031b2</round_id>
<score>1</score>
<status>sample string 16</status>
<tens>1</tens>
<type_id>864d5d2b-69d3-46ae-842b-64516c104104</type_id>
<updated>2026-02-04T02:15:24.5341024+00:00</updated>
<user_1>sample string 19</user_1>
<user_2>sample string 20</user_2>
</ClubRecord>
</ArrayOfClubRecord>