GET api/classifications?id={id}&pageNumber={pageNumber}&pageSize={pageSize}
Lists all classifications filtered by the provided id in GUID format. For example class_id will list all classifications with that class id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
A GUID (Globally Unique Identifier) in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
globally unique identifier |
Required |
| 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-05-06T04:45:49.3935228+01:00",
"age_group": "sample string 2",
"age_group_archived": true,
"age_group_id": "6431ace4-e116-4a66-a44d-3f551222e923",
"bow_class": "sample string 5",
"class_archived": true,
"class_id": "b87e8f32-e24a-48b8-9e31-444eafe33171",
"classification": "sample string 8",
"classification_id": "321d0b2a-fa1c-4fd9-bc0e-d2b9b94f101e",
"member_archived": true,
"member_id": "7057b30e-001c-477f-8e26-fbd39772831c",
"name": "sample string 12",
"season": "sample string 13",
"season_id": "b7c57d81-4b90-42b9-a2f4-0eae289670e6",
"type": "sample string 15",
"type_id": "2784b63f-65ff-41d4-af7e-3dd565bfe3d7",
"updated": "2026-05-06T04:45:49.3935228+01:00"
},
{
"achieved": "2026-05-06T04:45:49.3935228+01:00",
"age_group": "sample string 2",
"age_group_archived": true,
"age_group_id": "6431ace4-e116-4a66-a44d-3f551222e923",
"bow_class": "sample string 5",
"class_archived": true,
"class_id": "b87e8f32-e24a-48b8-9e31-444eafe33171",
"classification": "sample string 8",
"classification_id": "321d0b2a-fa1c-4fd9-bc0e-d2b9b94f101e",
"member_archived": true,
"member_id": "7057b30e-001c-477f-8e26-fbd39772831c",
"name": "sample string 12",
"season": "sample string 13",
"season_id": "b7c57d81-4b90-42b9-a2f4-0eae289670e6",
"type": "sample string 15",
"type_id": "2784b63f-65ff-41d4-af7e-3dd565bfe3d7",
"updated": "2026-05-06T04:45:49.3935228+01:00"
}
]
multipart/form-data
[{"achieved":"2026-05-06T04:45:49.3935228+01:00","age_group":"sample string 2","age_group_archived":true,"age_group_id":"6431ace4-e116-4a66-a44d-3f551222e923","bow_class":"sample string 5","class_archived":true,"class_id":"b87e8f32-e24a-48b8-9e31-444eafe33171","classification":"sample string 8","classification_id":"321d0b2a-fa1c-4fd9-bc0e-d2b9b94f101e","member_archived":true,"member_id":"7057b30e-001c-477f-8e26-fbd39772831c","name":"sample string 12","season":"sample string 13","season_id":"b7c57d81-4b90-42b9-a2f4-0eae289670e6","type":"sample string 15","type_id":"2784b63f-65ff-41d4-af7e-3dd565bfe3d7","updated":"2026-05-06T04:45:49.3935228+01:00"},{"achieved":"2026-05-06T04:45:49.3935228+01:00","age_group":"sample string 2","age_group_archived":true,"age_group_id":"6431ace4-e116-4a66-a44d-3f551222e923","bow_class":"sample string 5","class_archived":true,"class_id":"b87e8f32-e24a-48b8-9e31-444eafe33171","classification":"sample string 8","classification_id":"321d0b2a-fa1c-4fd9-bc0e-d2b9b94f101e","member_archived":true,"member_id":"7057b30e-001c-477f-8e26-fbd39772831c","name":"sample string 12","season":"sample string 13","season_id":"b7c57d81-4b90-42b9-a2f4-0eae289670e6","type":"sample string 15","type_id":"2784b63f-65ff-41d4-af7e-3dd565bfe3d7","updated":"2026-05-06T04:45:49.3935228+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-05-06T04:45:49.3935228+01:00</achieved>
<age_group>sample string 2</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>6431ace4-e116-4a66-a44d-3f551222e923</age_group_id>
<bow_class>sample string 5</bow_class>
<class_archived>true</class_archived>
<class_id>b87e8f32-e24a-48b8-9e31-444eafe33171</class_id>
<classification>sample string 8</classification>
<classification_id>321d0b2a-fa1c-4fd9-bc0e-d2b9b94f101e</classification_id>
<member_archived>true</member_archived>
<member_id>7057b30e-001c-477f-8e26-fbd39772831c</member_id>
<name>sample string 12</name>
<season>sample string 13</season>
<season_id>b7c57d81-4b90-42b9-a2f4-0eae289670e6</season_id>
<type>sample string 15</type>
<type_id>2784b63f-65ff-41d4-af7e-3dd565bfe3d7</type_id>
<updated>2026-05-06T04:45:49.3935228+01:00</updated>
</Classification>
<Classification>
<achieved>2026-05-06T04:45:49.3935228+01:00</achieved>
<age_group>sample string 2</age_group>
<age_group_archived>true</age_group_archived>
<age_group_id>6431ace4-e116-4a66-a44d-3f551222e923</age_group_id>
<bow_class>sample string 5</bow_class>
<class_archived>true</class_archived>
<class_id>b87e8f32-e24a-48b8-9e31-444eafe33171</class_id>
<classification>sample string 8</classification>
<classification_id>321d0b2a-fa1c-4fd9-bc0e-d2b9b94f101e</classification_id>
<member_archived>true</member_archived>
<member_id>7057b30e-001c-477f-8e26-fbd39772831c</member_id>
<name>sample string 12</name>
<season>sample string 13</season>
<season_id>b7c57d81-4b90-42b9-a2f4-0eae289670e6</season_id>
<type>sample string 15</type>
<type_id>2784b63f-65ff-41d4-af7e-3dd565bfe3d7</type_id>
<updated>2026-05-06T04:45:49.3935228+01:00</updated>
</Classification>
</ArrayOfClassification>