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-05-06T13:17:30.6105352+01:00",
"achievement": "sample string 2",
"achievement_id": "cbd75633-f2b6-4808-a314-615a64538a3a",
"age_group": "sample string 4",
"age_group_archived": true,
"age_group_id": "94659526-83c7-4a3c-b2ab-d66fb0d4e0ae",
"bow_class": "sample string 7",
"class_archived": true,
"class_id": "78d6762b-6176-4298-a9bf-6205c4894ec4",
"location": "sample string 10",
"member_archived": true,
"member_id": "dc782774-123b-450a-b57d-e3fc514620f3",
"name": "sample string 13",
"round": "sample string 14",
"round_archived": true,
"round_id": "7100bc9d-9676-43fd-b6b6-b7f291b6aa55"
},
{
"achieved": "2026-05-06T13:17:30.6105352+01:00",
"achievement": "sample string 2",
"achievement_id": "cbd75633-f2b6-4808-a314-615a64538a3a",
"age_group": "sample string 4",
"age_group_archived": true,
"age_group_id": "94659526-83c7-4a3c-b2ab-d66fb0d4e0ae",
"bow_class": "sample string 7",
"class_archived": true,
"class_id": "78d6762b-6176-4298-a9bf-6205c4894ec4",
"location": "sample string 10",
"member_archived": true,
"member_id": "dc782774-123b-450a-b57d-e3fc514620f3",
"name": "sample string 13",
"round": "sample string 14",
"round_archived": true,
"round_id": "7100bc9d-9676-43fd-b6b6-b7f291b6aa55"
}
]
multipart/form-data
[{"achieved":"2026-05-06T13:17:30.6105352+01:00","achievement":"sample string 2","achievement_id":"cbd75633-f2b6-4808-a314-615a64538a3a","age_group":"sample string 4","age_group_archived":true,"age_group_id":"94659526-83c7-4a3c-b2ab-d66fb0d4e0ae","bow_class":"sample string 7","class_archived":true,"class_id":"78d6762b-6176-4298-a9bf-6205c4894ec4","location":"sample string 10","member_archived":true,"member_id":"dc782774-123b-450a-b57d-e3fc514620f3","name":"sample string 13","round":"sample string 14","round_archived":true,"round_id":"7100bc9d-9676-43fd-b6b6-b7f291b6aa55"},{"achieved":"2026-05-06T13:17:30.6105352+01:00","achievement":"sample string 2","achievement_id":"cbd75633-f2b6-4808-a314-615a64538a3a","age_group":"sample string 4","age_group_archived":true,"age_group_id":"94659526-83c7-4a3c-b2ab-d66fb0d4e0ae","bow_class":"sample string 7","class_archived":true,"class_id":"78d6762b-6176-4298-a9bf-6205c4894ec4","location":"sample string 10","member_archived":true,"member_id":"dc782774-123b-450a-b57d-e3fc514620f3","name":"sample string 13","round":"sample string 14","round_archived":true,"round_id":"7100bc9d-9676-43fd-b6b6-b7f291b6aa55"}]
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-05-06T13:17:30.6105352+01:00</achieved>
<achievement>sample string 2</achievement>
<achievement_id>cbd75633-f2b6-4808-a314-615a64538a3a</achievement_id>
<age_group>sample string 4</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>94659526-83c7-4a3c-b2ab-d66fb0d4e0ae</age_group_id>
<bow_class>sample string 7</bow_class>
<class_archived>true</class_archived>
<class_id>78d6762b-6176-4298-a9bf-6205c4894ec4</class_id>
<location>sample string 10</location>
<member_archived>true</member_archived>
<member_id>dc782774-123b-450a-b57d-e3fc514620f3</member_id>
<name>sample string 13</name>
<round>sample string 14</round>
<round_archived>true</round_archived>
<round_id>7100bc9d-9676-43fd-b6b6-b7f291b6aa55</round_id>
</Achievement>
<Achievement>
<achieved>2026-05-06T13:17:30.6105352+01:00</achieved>
<achievement>sample string 2</achievement>
<achievement_id>cbd75633-f2b6-4808-a314-615a64538a3a</achievement_id>
<age_group>sample string 4</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>94659526-83c7-4a3c-b2ab-d66fb0d4e0ae</age_group_id>
<bow_class>sample string 7</bow_class>
<class_archived>true</class_archived>
<class_id>78d6762b-6176-4298-a9bf-6205c4894ec4</class_id>
<location>sample string 10</location>
<member_archived>true</member_archived>
<member_id>dc782774-123b-450a-b57d-e3fc514620f3</member_id>
<name>sample string 13</name>
<round>sample string 14</round>
<round_archived>true</round_archived>
<round_id>7100bc9d-9676-43fd-b6b6-b7f291b6aa55</round_id>
</Achievement>
</ArrayOfAchievement>