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

NameDescriptionTypeAdditional information
pageNumber

integer

None.

pageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ClubRecord
NameDescriptionTypeAdditional 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

Sample:
[
  {
    "age_group": "sample string 1",
    "age_group_archived": true,
    "age_group_id": "a22b9092-ec21-49bf-a5fb-9b0f23040d50",
    "bow_class": "sample string 4",
    "class_archived": true,
    "class_id": "88831aef-82b8-41e4-8fad-0fa583d0bf40",
    "date_shot": "2025-08-02T09:49:12.8302349+01:00",
    "golds": 1,
    "hits": 1,
    "location": "sample string 8",
    "member_archived": true,
    "member_id": "488cb96b-77db-44a3-a6a9-9044facbecef",
    "name": "sample string 11",
    "record_id": "e7729988-d4c1-4db3-9d28-ac8a0a21480a",
    "round": "sample string 13",
    "round_archived": true,
    "round_id": "6c31ffa1-8cbe-4dc2-8580-73ebca857eea",
    "score": 1,
    "status": "sample string 16",
    "tens": 1,
    "type_id": "3f43180e-c26e-44d6-8814-b59110135411",
    "updated": "2025-08-02T09:49:12.8302349+01:00",
    "user_1": "sample string 19",
    "user_2": "sample string 20"
  },
  {
    "age_group": "sample string 1",
    "age_group_archived": true,
    "age_group_id": "a22b9092-ec21-49bf-a5fb-9b0f23040d50",
    "bow_class": "sample string 4",
    "class_archived": true,
    "class_id": "88831aef-82b8-41e4-8fad-0fa583d0bf40",
    "date_shot": "2025-08-02T09:49:12.8302349+01:00",
    "golds": 1,
    "hits": 1,
    "location": "sample string 8",
    "member_archived": true,
    "member_id": "488cb96b-77db-44a3-a6a9-9044facbecef",
    "name": "sample string 11",
    "record_id": "e7729988-d4c1-4db3-9d28-ac8a0a21480a",
    "round": "sample string 13",
    "round_archived": true,
    "round_id": "6c31ffa1-8cbe-4dc2-8580-73ebca857eea",
    "score": 1,
    "status": "sample string 16",
    "tens": 1,
    "type_id": "3f43180e-c26e-44d6-8814-b59110135411",
    "updated": "2025-08-02T09:49:12.8302349+01:00",
    "user_1": "sample string 19",
    "user_2": "sample string 20"
  }
]

multipart/form-data

Sample:
[{"age_group":"sample string 1","age_group_archived":true,"age_group_id":"a22b9092-ec21-49bf-a5fb-9b0f23040d50","bow_class":"sample string 4","class_archived":true,"class_id":"88831aef-82b8-41e4-8fad-0fa583d0bf40","date_shot":"2025-08-02T09:49:12.8302349+01:00","golds":1,"hits":1,"location":"sample string 8","member_archived":true,"member_id":"488cb96b-77db-44a3-a6a9-9044facbecef","name":"sample string 11","record_id":"e7729988-d4c1-4db3-9d28-ac8a0a21480a","round":"sample string 13","round_archived":true,"round_id":"6c31ffa1-8cbe-4dc2-8580-73ebca857eea","score":1,"status":"sample string 16","tens":1,"type_id":"3f43180e-c26e-44d6-8814-b59110135411","updated":"2025-08-02T09:49:12.8302349+01:00","user_1":"sample string 19","user_2":"sample string 20"},{"age_group":"sample string 1","age_group_archived":true,"age_group_id":"a22b9092-ec21-49bf-a5fb-9b0f23040d50","bow_class":"sample string 4","class_archived":true,"class_id":"88831aef-82b8-41e4-8fad-0fa583d0bf40","date_shot":"2025-08-02T09:49:12.8302349+01:00","golds":1,"hits":1,"location":"sample string 8","member_archived":true,"member_id":"488cb96b-77db-44a3-a6a9-9044facbecef","name":"sample string 11","record_id":"e7729988-d4c1-4db3-9d28-ac8a0a21480a","round":"sample string 13","round_archived":true,"round_id":"6c31ffa1-8cbe-4dc2-8580-73ebca857eea","score":1,"status":"sample string 16","tens":1,"type_id":"3f43180e-c26e-44d6-8814-b59110135411","updated":"2025-08-02T09:49:12.8302349+01:00","user_1":"sample string 19","user_2":"sample string 20"}]

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>
    <age_group>sample string 1</age_group>
    <age_group_archived>true</age_group_archived>
    <age_group_id>a22b9092-ec21-49bf-a5fb-9b0f23040d50</age_group_id>
    <bow_class>sample string 4</bow_class>
    <class_archived>true</class_archived>
    <class_id>88831aef-82b8-41e4-8fad-0fa583d0bf40</class_id>
    <date_shot>2025-08-02T09:49:12.8302349+01:00</date_shot>
    <golds>1</golds>
    <hits>1</hits>
    <location>sample string 8</location>
    <member_archived>true</member_archived>
    <member_id>488cb96b-77db-44a3-a6a9-9044facbecef</member_id>
    <name>sample string 11</name>
    <record_id>e7729988-d4c1-4db3-9d28-ac8a0a21480a</record_id>
    <round>sample string 13</round>
    <round_archived>true</round_archived>
    <round_id>6c31ffa1-8cbe-4dc2-8580-73ebca857eea</round_id>
    <score>1</score>
    <status>sample string 16</status>
    <tens>1</tens>
    <type_id>3f43180e-c26e-44d6-8814-b59110135411</type_id>
    <updated>2025-08-02T09:49:12.8302349+01: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>a22b9092-ec21-49bf-a5fb-9b0f23040d50</age_group_id>
    <bow_class>sample string 4</bow_class>
    <class_archived>true</class_archived>
    <class_id>88831aef-82b8-41e4-8fad-0fa583d0bf40</class_id>
    <date_shot>2025-08-02T09:49:12.8302349+01:00</date_shot>
    <golds>1</golds>
    <hits>1</hits>
    <location>sample string 8</location>
    <member_archived>true</member_archived>
    <member_id>488cb96b-77db-44a3-a6a9-9044facbecef</member_id>
    <name>sample string 11</name>
    <record_id>e7729988-d4c1-4db3-9d28-ac8a0a21480a</record_id>
    <round>sample string 13</round>
    <round_archived>true</round_archived>
    <round_id>6c31ffa1-8cbe-4dc2-8580-73ebca857eea</round_id>
    <score>1</score>
    <status>sample string 16</status>
    <tens>1</tens>
    <type_id>3f43180e-c26e-44d6-8814-b59110135411</type_id>
    <updated>2025-08-02T09:49:12.8302349+01:00</updated>
    <user_1>sample string 19</user_1>
    <user_2>sample string 20</user_2>
  </ClubRecord>
</ArrayOfClubRecord>