GET api/achievements?pageNumber={pageNumber}&pageSize={pageSize}
Lists all achievements. 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 Achievement| Name | Description | Type | Additional information | 
|---|---|---|---|
| achieved | Gets the date of the achievement. | date | None. | 
| achievement | Gets the achievement. | string | None. | 
| achievement_id | Gets the identifier of the achievement. | globally unique identifier | None. | 
| age_group | Gets the age group the achievement belongs to. | 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 the bow class is archived. | boolean | None. | 
| class_id | Gets the identifier of the bow class. | globally unique identifier | None. | 
| location | Gets the location. | 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 member name. | string | 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. | 
Response Formats
application/json, text/json
[
  {
    "achieved": "2025-10-31T00:37:48.5977774+00:00",
    "achievement": "sample string 2",
    "achievement_id": "d1f56951-5c00-424a-85b8-467c21105d54",
    "age_group": "sample string 4",
    "age_group_archived": true,
    "age_group_id": "bfdefcd4-920a-494c-b64b-908e3ac39983",
    "bow_class": "sample string 7",
    "class_archived": true,
    "class_id": "80293ccf-f3e1-40c4-a796-a9edc07286b5",
    "location": "sample string 10",
    "member_archived": true,
    "member_id": "db4836b9-90d7-46c0-9c6d-fd213495ca4f",
    "name": "sample string 13",
    "round": "sample string 14",
    "round_archived": true,
    "round_id": "826678db-ab8d-403a-b4bb-e1ff0cf5f5f2"
  },
  {
    "achieved": "2025-10-31T00:37:48.5977774+00:00",
    "achievement": "sample string 2",
    "achievement_id": "d1f56951-5c00-424a-85b8-467c21105d54",
    "age_group": "sample string 4",
    "age_group_archived": true,
    "age_group_id": "bfdefcd4-920a-494c-b64b-908e3ac39983",
    "bow_class": "sample string 7",
    "class_archived": true,
    "class_id": "80293ccf-f3e1-40c4-a796-a9edc07286b5",
    "location": "sample string 10",
    "member_archived": true,
    "member_id": "db4836b9-90d7-46c0-9c6d-fd213495ca4f",
    "name": "sample string 13",
    "round": "sample string 14",
    "round_archived": true,
    "round_id": "826678db-ab8d-403a-b4bb-e1ff0cf5f5f2"
  }
]
        multipart/form-data
[{"achieved":"2025-10-31T00:37:48.5977774+00:00","achievement":"sample string 2","achievement_id":"d1f56951-5c00-424a-85b8-467c21105d54","age_group":"sample string 4","age_group_archived":true,"age_group_id":"bfdefcd4-920a-494c-b64b-908e3ac39983","bow_class":"sample string 7","class_archived":true,"class_id":"80293ccf-f3e1-40c4-a796-a9edc07286b5","location":"sample string 10","member_archived":true,"member_id":"db4836b9-90d7-46c0-9c6d-fd213495ca4f","name":"sample string 13","round":"sample string 14","round_archived":true,"round_id":"826678db-ab8d-403a-b4bb-e1ff0cf5f5f2"},{"achieved":"2025-10-31T00:37:48.5977774+00:00","achievement":"sample string 2","achievement_id":"d1f56951-5c00-424a-85b8-467c21105d54","age_group":"sample string 4","age_group_archived":true,"age_group_id":"bfdefcd4-920a-494c-b64b-908e3ac39983","bow_class":"sample string 7","class_archived":true,"class_id":"80293ccf-f3e1-40c4-a796-a9edc07286b5","location":"sample string 10","member_archived":true,"member_id":"db4836b9-90d7-46c0-9c6d-fd213495ca4f","name":"sample string 13","round":"sample string 14","round_archived":true,"round_id":"826678db-ab8d-403a-b4bb-e1ff0cf5f5f2"}]
        application/xml, text/xml
<ArrayOfAchievement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Archery_Records_API">
  <Achievement>
    <achieved>2025-10-31T00:37:48.5977774+00:00</achieved>
    <achievement>sample string 2</achievement>
    <achievement_id>d1f56951-5c00-424a-85b8-467c21105d54</achievement_id>
    <age_group>sample string 4</age_group>
    <age_group_archived>true</age_group_archived>
    <age_group_id>bfdefcd4-920a-494c-b64b-908e3ac39983</age_group_id>
    <bow_class>sample string 7</bow_class>
    <class_archived>true</class_archived>
    <class_id>80293ccf-f3e1-40c4-a796-a9edc07286b5</class_id>
    <location>sample string 10</location>
    <member_archived>true</member_archived>
    <member_id>db4836b9-90d7-46c0-9c6d-fd213495ca4f</member_id>
    <name>sample string 13</name>
    <round>sample string 14</round>
    <round_archived>true</round_archived>
    <round_id>826678db-ab8d-403a-b4bb-e1ff0cf5f5f2</round_id>
  </Achievement>
  <Achievement>
    <achieved>2025-10-31T00:37:48.5977774+00:00</achieved>
    <achievement>sample string 2</achievement>
    <achievement_id>d1f56951-5c00-424a-85b8-467c21105d54</achievement_id>
    <age_group>sample string 4</age_group>
    <age_group_archived>true</age_group_archived>
    <age_group_id>bfdefcd4-920a-494c-b64b-908e3ac39983</age_group_id>
    <bow_class>sample string 7</bow_class>
    <class_archived>true</class_archived>
    <class_id>80293ccf-f3e1-40c4-a796-a9edc07286b5</class_id>
    <location>sample string 10</location>
    <member_archived>true</member_archived>
    <member_id>db4836b9-90d7-46c0-9c6d-fd213495ca4f</member_id>
    <name>sample string 13</name>
    <round>sample string 14</round>
    <round_archived>true</round_archived>
    <round_id>826678db-ab8d-403a-b4bb-e1ff0cf5f5f2</round_id>
  </Achievement>
</ArrayOfAchievement>
        