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-06-21T19:52:41.5287639+01:00",
"achievement": "sample string 2",
"achievement_id": "a9849f16-ffdf-4cdb-bf72-7bb47057113e",
"age_group": "sample string 4",
"age_group_archived": true,
"age_group_id": "de81cbda-6fb2-4a4c-9b9f-e50a6fc99dec",
"bow_class": "sample string 7",
"class_archived": true,
"class_id": "591703bc-b20d-4529-a5b1-9d07b37ddda1",
"location": "sample string 10",
"member_archived": true,
"member_id": "b4fe9058-0bc3-4627-9dc2-21271c7631ff",
"name": "sample string 13",
"round": "sample string 14",
"round_archived": true,
"round_id": "d9079a3d-ce81-4516-b453-82910e1a5965"
},
{
"achieved": "2026-06-21T19:52:41.5287639+01:00",
"achievement": "sample string 2",
"achievement_id": "a9849f16-ffdf-4cdb-bf72-7bb47057113e",
"age_group": "sample string 4",
"age_group_archived": true,
"age_group_id": "de81cbda-6fb2-4a4c-9b9f-e50a6fc99dec",
"bow_class": "sample string 7",
"class_archived": true,
"class_id": "591703bc-b20d-4529-a5b1-9d07b37ddda1",
"location": "sample string 10",
"member_archived": true,
"member_id": "b4fe9058-0bc3-4627-9dc2-21271c7631ff",
"name": "sample string 13",
"round": "sample string 14",
"round_archived": true,
"round_id": "d9079a3d-ce81-4516-b453-82910e1a5965"
}
]
multipart/form-data
[{"achieved":"2026-06-21T19:52:41.5287639+01:00","achievement":"sample string 2","achievement_id":"a9849f16-ffdf-4cdb-bf72-7bb47057113e","age_group":"sample string 4","age_group_archived":true,"age_group_id":"de81cbda-6fb2-4a4c-9b9f-e50a6fc99dec","bow_class":"sample string 7","class_archived":true,"class_id":"591703bc-b20d-4529-a5b1-9d07b37ddda1","location":"sample string 10","member_archived":true,"member_id":"b4fe9058-0bc3-4627-9dc2-21271c7631ff","name":"sample string 13","round":"sample string 14","round_archived":true,"round_id":"d9079a3d-ce81-4516-b453-82910e1a5965"},{"achieved":"2026-06-21T19:52:41.5287639+01:00","achievement":"sample string 2","achievement_id":"a9849f16-ffdf-4cdb-bf72-7bb47057113e","age_group":"sample string 4","age_group_archived":true,"age_group_id":"de81cbda-6fb2-4a4c-9b9f-e50a6fc99dec","bow_class":"sample string 7","class_archived":true,"class_id":"591703bc-b20d-4529-a5b1-9d07b37ddda1","location":"sample string 10","member_archived":true,"member_id":"b4fe9058-0bc3-4627-9dc2-21271c7631ff","name":"sample string 13","round":"sample string 14","round_archived":true,"round_id":"d9079a3d-ce81-4516-b453-82910e1a5965"}]
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-06-21T19:52:41.5287639+01:00</achieved>
<achievement>sample string 2</achievement>
<achievement_id>a9849f16-ffdf-4cdb-bf72-7bb47057113e</achievement_id>
<age_group>sample string 4</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>de81cbda-6fb2-4a4c-9b9f-e50a6fc99dec</age_group_id>
<bow_class>sample string 7</bow_class>
<class_archived>true</class_archived>
<class_id>591703bc-b20d-4529-a5b1-9d07b37ddda1</class_id>
<location>sample string 10</location>
<member_archived>true</member_archived>
<member_id>b4fe9058-0bc3-4627-9dc2-21271c7631ff</member_id>
<name>sample string 13</name>
<round>sample string 14</round>
<round_archived>true</round_archived>
<round_id>d9079a3d-ce81-4516-b453-82910e1a5965</round_id>
</Achievement>
<Achievement>
<achieved>2026-06-21T19:52:41.5287639+01:00</achieved>
<achievement>sample string 2</achievement>
<achievement_id>a9849f16-ffdf-4cdb-bf72-7bb47057113e</achievement_id>
<age_group>sample string 4</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>de81cbda-6fb2-4a4c-9b9f-e50a6fc99dec</age_group_id>
<bow_class>sample string 7</bow_class>
<class_archived>true</class_archived>
<class_id>591703bc-b20d-4529-a5b1-9d07b37ddda1</class_id>
<location>sample string 10</location>
<member_archived>true</member_archived>
<member_id>b4fe9058-0bc3-4627-9dc2-21271c7631ff</member_id>
<name>sample string 13</name>
<round>sample string 14</round>
<round_archived>true</round_archived>
<round_id>d9079a3d-ce81-4516-b453-82910e1a5965</round_id>
</Achievement>
</ArrayOfAchievement>