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 | date |
None. |
|
| archer_archived | boolean |
None. |
|
| archer_id | globally unique identifier |
None. |
|
| bow_class | string |
None. |
|
| category | string |
None. |
|
| category_archived | boolean |
None. |
|
| category_id | globally unique identifier |
None. |
|
| class_archived | boolean |
None. |
|
| class_id | globally unique identifier |
None. |
|
| classification | string |
None. |
|
| classification_id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| season_id | globally unique identifier |
None. |
|
| type | string |
None. |
|
| type_id | globally unique identifier |
None. |
|
| updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"achieved": "2026-01-14T17:48:15.3350693+00:00",
"archer_archived": true,
"archer_id": "f9d3e109-ab67-40be-82ff-2e40c8ac0dd1",
"bow_class": "sample string 4",
"category": "sample string 5",
"category_archived": true,
"category_id": "f72b542e-36ff-408f-930b-1739d2cd6f1c",
"class_archived": true,
"class_id": "4ea66bb0-22ea-44ba-9661-aac0bfbb93b7",
"classification": "sample string 10",
"classification_id": "fa4f5ad7-4aa6-4c04-8e3c-4ef3414ff408",
"name": "sample string 12",
"season_id": "def0dc5d-140f-4424-bd0d-55c1179e2e1c",
"type": "sample string 14",
"type_id": "bd54109c-c796-4399-b5d1-ec94bdd48611",
"updated": "2026-01-14T17:48:15.3350693+00:00"
},
{
"achieved": "2026-01-14T17:48:15.3350693+00:00",
"archer_archived": true,
"archer_id": "f9d3e109-ab67-40be-82ff-2e40c8ac0dd1",
"bow_class": "sample string 4",
"category": "sample string 5",
"category_archived": true,
"category_id": "f72b542e-36ff-408f-930b-1739d2cd6f1c",
"class_archived": true,
"class_id": "4ea66bb0-22ea-44ba-9661-aac0bfbb93b7",
"classification": "sample string 10",
"classification_id": "fa4f5ad7-4aa6-4c04-8e3c-4ef3414ff408",
"name": "sample string 12",
"season_id": "def0dc5d-140f-4424-bd0d-55c1179e2e1c",
"type": "sample string 14",
"type_id": "bd54109c-c796-4399-b5d1-ec94bdd48611",
"updated": "2026-01-14T17:48:15.3350693+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfClassification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Archery_Records_API">
<Classification>
<achieved>2026-01-14T17:48:15.3350693+00:00</achieved>
<archer_archived>true</archer_archived>
<archer_id>f9d3e109-ab67-40be-82ff-2e40c8ac0dd1</archer_id>
<bow_class>sample string 4</bow_class>
<category>sample string 5</category>
<category_archived>true</category_archived>
<category_id>f72b542e-36ff-408f-930b-1739d2cd6f1c</category_id>
<class_archived>true</class_archived>
<class_id>4ea66bb0-22ea-44ba-9661-aac0bfbb93b7</class_id>
<classification>sample string 10</classification>
<classification_id>fa4f5ad7-4aa6-4c04-8e3c-4ef3414ff408</classification_id>
<name>sample string 12</name>
<season_id>def0dc5d-140f-4424-bd0d-55c1179e2e1c</season_id>
<type>sample string 14</type>
<type_id>bd54109c-c796-4399-b5d1-ec94bdd48611</type_id>
<updated>2026-01-14T17:48:15.3350693+00:00</updated>
</Classification>
<Classification>
<achieved>2026-01-14T17:48:15.3350693+00:00</achieved>
<archer_archived>true</archer_archived>
<archer_id>f9d3e109-ab67-40be-82ff-2e40c8ac0dd1</archer_id>
<bow_class>sample string 4</bow_class>
<category>sample string 5</category>
<category_archived>true</category_archived>
<category_id>f72b542e-36ff-408f-930b-1739d2cd6f1c</category_id>
<class_archived>true</class_archived>
<class_id>4ea66bb0-22ea-44ba-9661-aac0bfbb93b7</class_id>
<classification>sample string 10</classification>
<classification_id>fa4f5ad7-4aa6-4c04-8e3c-4ef3414ff408</classification_id>
<name>sample string 12</name>
<season_id>def0dc5d-140f-4424-bd0d-55c1179e2e1c</season_id>
<type>sample string 14</type>
<type_id>bd54109c-c796-4399-b5d1-ec94bdd48611</type_id>
<updated>2026-01-14T17:48:15.3350693+00:00</updated>
</Classification>
</ArrayOfClassification>