GET api/members?pageNumber={pageNumber}&pageSize={pageSize}
Lists all members. 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 Member| Name | Description | Type | Additional information | 
|---|---|---|---|
| address | Gets address of the member. | string | None. | 
| age_group | Gets the age group of the member. | string | None. | 
| age_group_id | Gets the identifier of the member age group. | globally unique identifier | None. | 
| bow_class | Gets the bow class of the member. | string | None. | 
| class_id | Gets the identifier of the member bow class. | globally unique identifier | None. | 
| coachinglevel | Gets the coaching level of the member. | string | None. | 
| consent | Gets if the member has consented to communications. | boolean | None. | 
| date_of_birth | Gets the member date of birth. | date | None. | 
| Gets the member email. | string | None. | |
| emergencycontact | Gets the emergency contact of the member. | string | None. | 
| emergencyphone | Gets the emergency phone number of the member. | string | None. | 
| grade_id | Gets the identifier of the member grade. | globally unique identifier | None. | 
| joined | Gets the date the member joined. | date | None. | 
| junior | Gets the if the member is Under 18. | boolean | None. | 
| member_archived | Gets if the member archived. | boolean | None. | 
| member_id | Gets the identifier of the member. | globally unique identifier | None. | 
| membership_id | Gets the members membership #. | string | None. | 
| name | Gets the member name. | string | None. | 
| no_age_checks | Gets if no age checks are to be carried out on the member when submitting scores. | boolean | None. | 
| no_joined_checks | Gets if no checks are to be carried out on the date joined when submitting scores. | boolean | None. | 
| notes | Gets any notes. Club use only | string | None. | 
| phone | Gets the phone number of the member. | string | None. | 
Response Formats
application/json, text/json
[
  {
    "address": "sample string 1",
    "age_group": "sample string 2",
    "age_group_id": "dff8d1e7-ce63-4ac5-bfa6-df7803b5f994",
    "bow_class": "sample string 4",
    "class_id": "ec80aad6-2e36-4740-a1cd-f4c1e0201a93",
    "coachinglevel": "sample string 6",
    "consent": true,
    "date_of_birth": "2025-10-31T00:34:10.3203247+00:00",
    "email": "sample string 9",
    "emergencycontact": "sample string 10",
    "emergencyphone": "sample string 11",
    "grade_id": "de85d573-07fd-4820-80f9-79b0f4952513",
    "joined": "2025-10-31T00:34:10.3203247+00:00",
    "junior": true,
    "member_archived": true,
    "member_id": "c466ab4b-446a-4aa5-9e7e-ee948c7d7ed8",
    "membership_id": "sample string 17",
    "name": "sample string 18",
    "no_age_checks": true,
    "no_joined_checks": true,
    "notes": "sample string 21",
    "phone": "sample string 22"
  },
  {
    "address": "sample string 1",
    "age_group": "sample string 2",
    "age_group_id": "dff8d1e7-ce63-4ac5-bfa6-df7803b5f994",
    "bow_class": "sample string 4",
    "class_id": "ec80aad6-2e36-4740-a1cd-f4c1e0201a93",
    "coachinglevel": "sample string 6",
    "consent": true,
    "date_of_birth": "2025-10-31T00:34:10.3203247+00:00",
    "email": "sample string 9",
    "emergencycontact": "sample string 10",
    "emergencyphone": "sample string 11",
    "grade_id": "de85d573-07fd-4820-80f9-79b0f4952513",
    "joined": "2025-10-31T00:34:10.3203247+00:00",
    "junior": true,
    "member_archived": true,
    "member_id": "c466ab4b-446a-4aa5-9e7e-ee948c7d7ed8",
    "membership_id": "sample string 17",
    "name": "sample string 18",
    "no_age_checks": true,
    "no_joined_checks": true,
    "notes": "sample string 21",
    "phone": "sample string 22"
  }
]
        multipart/form-data
[{"address":"sample string 1","age_group":"sample string 2","age_group_id":"dff8d1e7-ce63-4ac5-bfa6-df7803b5f994","bow_class":"sample string 4","class_id":"ec80aad6-2e36-4740-a1cd-f4c1e0201a93","coachinglevel":"sample string 6","consent":true,"date_of_birth":"2025-10-31T00:34:10.3203247+00:00","email":"sample string 9","emergencycontact":"sample string 10","emergencyphone":"sample string 11","grade_id":"de85d573-07fd-4820-80f9-79b0f4952513","joined":"2025-10-31T00:34:10.3203247+00:00","junior":true,"member_archived":true,"member_id":"c466ab4b-446a-4aa5-9e7e-ee948c7d7ed8","membership_id":"sample string 17","name":"sample string 18","no_age_checks":true,"no_joined_checks":true,"notes":"sample string 21","phone":"sample string 22"},{"address":"sample string 1","age_group":"sample string 2","age_group_id":"dff8d1e7-ce63-4ac5-bfa6-df7803b5f994","bow_class":"sample string 4","class_id":"ec80aad6-2e36-4740-a1cd-f4c1e0201a93","coachinglevel":"sample string 6","consent":true,"date_of_birth":"2025-10-31T00:34:10.3203247+00:00","email":"sample string 9","emergencycontact":"sample string 10","emergencyphone":"sample string 11","grade_id":"de85d573-07fd-4820-80f9-79b0f4952513","joined":"2025-10-31T00:34:10.3203247+00:00","junior":true,"member_archived":true,"member_id":"c466ab4b-446a-4aa5-9e7e-ee948c7d7ed8","membership_id":"sample string 17","name":"sample string 18","no_age_checks":true,"no_joined_checks":true,"notes":"sample string 21","phone":"sample string 22"}]
        application/xml, text/xml
<ArrayOfMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Archery_Records_API.Models">
  <Member>
    <address>sample string 1</address>
    <age_group>sample string 2</age_group>
    <age_group_id>dff8d1e7-ce63-4ac5-bfa6-df7803b5f994</age_group_id>
    <bow_class>sample string 4</bow_class>
    <class_id>ec80aad6-2e36-4740-a1cd-f4c1e0201a93</class_id>
    <coachinglevel>sample string 6</coachinglevel>
    <consent>true</consent>
    <date_of_birth>2025-10-31T00:34:10.3203247+00:00</date_of_birth>
    <email>sample string 9</email>
    <emergencycontact>sample string 10</emergencycontact>
    <emergencyphone>sample string 11</emergencyphone>
    <grade_id>de85d573-07fd-4820-80f9-79b0f4952513</grade_id>
    <joined>2025-10-31T00:34:10.3203247+00:00</joined>
    <junior>true</junior>
    <member_archived>true</member_archived>
    <member_id>c466ab4b-446a-4aa5-9e7e-ee948c7d7ed8</member_id>
    <membership_id>sample string 17</membership_id>
    <name>sample string 18</name>
    <no_age_checks>true</no_age_checks>
    <no_joined_checks>true</no_joined_checks>
    <notes>sample string 21</notes>
    <phone>sample string 22</phone>
  </Member>
  <Member>
    <address>sample string 1</address>
    <age_group>sample string 2</age_group>
    <age_group_id>dff8d1e7-ce63-4ac5-bfa6-df7803b5f994</age_group_id>
    <bow_class>sample string 4</bow_class>
    <class_id>ec80aad6-2e36-4740-a1cd-f4c1e0201a93</class_id>
    <coachinglevel>sample string 6</coachinglevel>
    <consent>true</consent>
    <date_of_birth>2025-10-31T00:34:10.3203247+00:00</date_of_birth>
    <email>sample string 9</email>
    <emergencycontact>sample string 10</emergencycontact>
    <emergencyphone>sample string 11</emergencyphone>
    <grade_id>de85d573-07fd-4820-80f9-79b0f4952513</grade_id>
    <joined>2025-10-31T00:34:10.3203247+00:00</joined>
    <junior>true</junior>
    <member_archived>true</member_archived>
    <member_id>c466ab4b-446a-4aa5-9e7e-ee948c7d7ed8</member_id>
    <membership_id>sample string 17</membership_id>
    <name>sample string 18</name>
    <no_age_checks>true</no_age_checks>
    <no_joined_checks>true</no_joined_checks>
    <notes>sample string 21</notes>
    <phone>sample string 22</phone>
  </Member>
</ArrayOfMember>
        