GET api/classifications?pageNumber={pageNumber}&pageSize={pageSize}
Lists all classifications. 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 Classification| Name | Description | Type | Additional information |
|---|---|---|---|
| achieved |
Gets the date achieved. |
date |
None. |
| age_group |
Gets the age group. |
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 bow class is archived. |
boolean |
None. |
| class_id |
Gets the identifier of the bow class. |
globally unique identifier |
None. |
| classification |
Gets the classification. |
string |
None. |
| classification_id |
Gets the identifier of the classification. |
globally unique identifier |
None. |
| member_archived |
Gets if the member is archived. |
boolean |
None. |
| member_id |
Gets the identifier of the member. |
globally unique identifier |
None. |
| name |
Get the name of the holder. |
string |
None. |
| season |
Gets the season in which it was achieved. |
string |
None. |
| season_id |
Gets the identifier of the season. |
globally unique identifier |
None. |
| type |
Gets the archery type (eg Outdoor). |
string |
None. |
| type_id |
Gets the identifier of the type. |
globally unique identifier |
None. |
| updated |
Gets the date updated. |
date |
None. |
Response Formats
application/json, text/json
[
{
"achieved": "2026-06-21T20:35:04.7113382+01:00",
"age_group": "sample string 2",
"age_group_archived": true,
"age_group_id": "0cde47e5-4f29-4584-8fb6-5d026dbd8db9",
"bow_class": "sample string 5",
"class_archived": true,
"class_id": "851ea312-1a64-4dcd-81ae-6d6b1b23b61d",
"classification": "sample string 8",
"classification_id": "6c4525b5-056f-45ed-9e15-59e6b87369ef",
"member_archived": true,
"member_id": "d2f9fc65-0381-4e9f-87a3-d12d90535f40",
"name": "sample string 12",
"season": "sample string 13",
"season_id": "440e4efb-5e8b-467a-bd76-74ac530f6c18",
"type": "sample string 15",
"type_id": "14fd56c4-1432-4666-a216-b924e17659b8",
"updated": "2026-06-21T20:35:04.7113382+01:00"
},
{
"achieved": "2026-06-21T20:35:04.7113382+01:00",
"age_group": "sample string 2",
"age_group_archived": true,
"age_group_id": "0cde47e5-4f29-4584-8fb6-5d026dbd8db9",
"bow_class": "sample string 5",
"class_archived": true,
"class_id": "851ea312-1a64-4dcd-81ae-6d6b1b23b61d",
"classification": "sample string 8",
"classification_id": "6c4525b5-056f-45ed-9e15-59e6b87369ef",
"member_archived": true,
"member_id": "d2f9fc65-0381-4e9f-87a3-d12d90535f40",
"name": "sample string 12",
"season": "sample string 13",
"season_id": "440e4efb-5e8b-467a-bd76-74ac530f6c18",
"type": "sample string 15",
"type_id": "14fd56c4-1432-4666-a216-b924e17659b8",
"updated": "2026-06-21T20:35:04.7113382+01:00"
}
]
multipart/form-data
[{"achieved":"2026-06-21T20:35:04.7113382+01:00","age_group":"sample string 2","age_group_archived":true,"age_group_id":"0cde47e5-4f29-4584-8fb6-5d026dbd8db9","bow_class":"sample string 5","class_archived":true,"class_id":"851ea312-1a64-4dcd-81ae-6d6b1b23b61d","classification":"sample string 8","classification_id":"6c4525b5-056f-45ed-9e15-59e6b87369ef","member_archived":true,"member_id":"d2f9fc65-0381-4e9f-87a3-d12d90535f40","name":"sample string 12","season":"sample string 13","season_id":"440e4efb-5e8b-467a-bd76-74ac530f6c18","type":"sample string 15","type_id":"14fd56c4-1432-4666-a216-b924e17659b8","updated":"2026-06-21T20:35:04.7113382+01:00"},{"achieved":"2026-06-21T20:35:04.7113382+01:00","age_group":"sample string 2","age_group_archived":true,"age_group_id":"0cde47e5-4f29-4584-8fb6-5d026dbd8db9","bow_class":"sample string 5","class_archived":true,"class_id":"851ea312-1a64-4dcd-81ae-6d6b1b23b61d","classification":"sample string 8","classification_id":"6c4525b5-056f-45ed-9e15-59e6b87369ef","member_archived":true,"member_id":"d2f9fc65-0381-4e9f-87a3-d12d90535f40","name":"sample string 12","season":"sample string 13","season_id":"440e4efb-5e8b-467a-bd76-74ac530f6c18","type":"sample string 15","type_id":"14fd56c4-1432-4666-a216-b924e17659b8","updated":"2026-06-21T20:35:04.7113382+01:00"}]
application/xml, text/xml
<ArrayOfClassification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Archery_Records_API">
<Classification>
<achieved>2026-06-21T20:35:04.7113382+01:00</achieved>
<age_group>sample string 2</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>0cde47e5-4f29-4584-8fb6-5d026dbd8db9</age_group_id>
<bow_class>sample string 5</bow_class>
<class_archived>true</class_archived>
<class_id>851ea312-1a64-4dcd-81ae-6d6b1b23b61d</class_id>
<classification>sample string 8</classification>
<classification_id>6c4525b5-056f-45ed-9e15-59e6b87369ef</classification_id>
<member_archived>true</member_archived>
<member_id>d2f9fc65-0381-4e9f-87a3-d12d90535f40</member_id>
<name>sample string 12</name>
<season>sample string 13</season>
<season_id>440e4efb-5e8b-467a-bd76-74ac530f6c18</season_id>
<type>sample string 15</type>
<type_id>14fd56c4-1432-4666-a216-b924e17659b8</type_id>
<updated>2026-06-21T20:35:04.7113382+01:00</updated>
</Classification>
<Classification>
<achieved>2026-06-21T20:35:04.7113382+01:00</achieved>
<age_group>sample string 2</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>0cde47e5-4f29-4584-8fb6-5d026dbd8db9</age_group_id>
<bow_class>sample string 5</bow_class>
<class_archived>true</class_archived>
<class_id>851ea312-1a64-4dcd-81ae-6d6b1b23b61d</class_id>
<classification>sample string 8</classification>
<classification_id>6c4525b5-056f-45ed-9e15-59e6b87369ef</classification_id>
<member_archived>true</member_archived>
<member_id>d2f9fc65-0381-4e9f-87a3-d12d90535f40</member_id>
<name>sample string 12</name>
<season>sample string 13</season>
<season_id>440e4efb-5e8b-467a-bd76-74ac530f6c18</season_id>
<type>sample string 15</type>
<type_id>14fd56c4-1432-4666-a216-b924e17659b8</type_id>
<updated>2026-06-21T20:35:04.7113382+01:00</updated>
</Classification>
</ArrayOfClassification>