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": "2026-02-04T02:16:39.6589741+00:00",
"achievement": "sample string 2",
"achievement_id": "fe215b0d-bfeb-43d8-81ef-44d298e3597c",
"age_group": "sample string 4",
"age_group_archived": true,
"age_group_id": "fcfd3820-5357-42c6-9acf-a44afb1a1ffe",
"bow_class": "sample string 7",
"class_archived": true,
"class_id": "bf38cbc6-7e65-42cb-a0bf-258733a44322",
"location": "sample string 10",
"member_archived": true,
"member_id": "69c68705-041b-414e-82ca-55cf97e23613",
"name": "sample string 13",
"round": "sample string 14",
"round_archived": true,
"round_id": "ef5cfeff-0a7c-4591-b420-c01cc68aef0d"
},
{
"achieved": "2026-02-04T02:16:39.6589741+00:00",
"achievement": "sample string 2",
"achievement_id": "fe215b0d-bfeb-43d8-81ef-44d298e3597c",
"age_group": "sample string 4",
"age_group_archived": true,
"age_group_id": "fcfd3820-5357-42c6-9acf-a44afb1a1ffe",
"bow_class": "sample string 7",
"class_archived": true,
"class_id": "bf38cbc6-7e65-42cb-a0bf-258733a44322",
"location": "sample string 10",
"member_archived": true,
"member_id": "69c68705-041b-414e-82ca-55cf97e23613",
"name": "sample string 13",
"round": "sample string 14",
"round_archived": true,
"round_id": "ef5cfeff-0a7c-4591-b420-c01cc68aef0d"
}
]
multipart/form-data
[{"achieved":"2026-02-04T02:16:39.6589741+00:00","achievement":"sample string 2","achievement_id":"fe215b0d-bfeb-43d8-81ef-44d298e3597c","age_group":"sample string 4","age_group_archived":true,"age_group_id":"fcfd3820-5357-42c6-9acf-a44afb1a1ffe","bow_class":"sample string 7","class_archived":true,"class_id":"bf38cbc6-7e65-42cb-a0bf-258733a44322","location":"sample string 10","member_archived":true,"member_id":"69c68705-041b-414e-82ca-55cf97e23613","name":"sample string 13","round":"sample string 14","round_archived":true,"round_id":"ef5cfeff-0a7c-4591-b420-c01cc68aef0d"},{"achieved":"2026-02-04T02:16:39.6589741+00:00","achievement":"sample string 2","achievement_id":"fe215b0d-bfeb-43d8-81ef-44d298e3597c","age_group":"sample string 4","age_group_archived":true,"age_group_id":"fcfd3820-5357-42c6-9acf-a44afb1a1ffe","bow_class":"sample string 7","class_archived":true,"class_id":"bf38cbc6-7e65-42cb-a0bf-258733a44322","location":"sample string 10","member_archived":true,"member_id":"69c68705-041b-414e-82ca-55cf97e23613","name":"sample string 13","round":"sample string 14","round_archived":true,"round_id":"ef5cfeff-0a7c-4591-b420-c01cc68aef0d"}]
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>2026-02-04T02:16:39.6589741+00:00</achieved>
<achievement>sample string 2</achievement>
<achievement_id>fe215b0d-bfeb-43d8-81ef-44d298e3597c</achievement_id>
<age_group>sample string 4</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>fcfd3820-5357-42c6-9acf-a44afb1a1ffe</age_group_id>
<bow_class>sample string 7</bow_class>
<class_archived>true</class_archived>
<class_id>bf38cbc6-7e65-42cb-a0bf-258733a44322</class_id>
<location>sample string 10</location>
<member_archived>true</member_archived>
<member_id>69c68705-041b-414e-82ca-55cf97e23613</member_id>
<name>sample string 13</name>
<round>sample string 14</round>
<round_archived>true</round_archived>
<round_id>ef5cfeff-0a7c-4591-b420-c01cc68aef0d</round_id>
</Achievement>
<Achievement>
<achieved>2026-02-04T02:16:39.6589741+00:00</achieved>
<achievement>sample string 2</achievement>
<achievement_id>fe215b0d-bfeb-43d8-81ef-44d298e3597c</achievement_id>
<age_group>sample string 4</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>fcfd3820-5357-42c6-9acf-a44afb1a1ffe</age_group_id>
<bow_class>sample string 7</bow_class>
<class_archived>true</class_archived>
<class_id>bf38cbc6-7e65-42cb-a0bf-258733a44322</class_id>
<location>sample string 10</location>
<member_archived>true</member_archived>
<member_id>69c68705-041b-414e-82ca-55cf97e23613</member_id>
<name>sample string 13</name>
<round>sample string 14</round>
<round_archived>true</round_archived>
<round_id>ef5cfeff-0a7c-4591-b420-c01cc68aef0d</round_id>
</Achievement>
</ArrayOfAchievement>