GET api/currentclassifications?pageNumber={pageNumber}&pageSize={pageSize}

Lists current 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

NameDescriptionTypeAdditional information
pageNumber

integer

None.

pageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Classification
NameDescriptionTypeAdditional 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

Sample:
[
  {
    "achieved": "2025-08-02T09:52:41.0746597+01:00",
    "age_group": "sample string 2",
    "age_group_archived": true,
    "age_group_id": "0ed05ff0-9c02-4438-8bc3-278c36e1049d",
    "bow_class": "sample string 5",
    "class_archived": true,
    "class_id": "c88eae07-e87b-4014-ae43-8cd58d5095da",
    "classification": "sample string 8",
    "classification_id": "4bdf13e4-f6cf-4357-b065-635755fc9348",
    "member_archived": true,
    "member_id": "fa082ae6-53b0-423b-88bc-a1ee4de3bcb6",
    "name": "sample string 12",
    "season": "sample string 13",
    "season_id": "69456aa4-b231-4362-8ffa-431e845bbf1b",
    "type": "sample string 15",
    "type_id": "310c8f09-c807-4356-8f12-303955ef60ee",
    "updated": "2025-08-02T09:52:41.0746597+01:00"
  },
  {
    "achieved": "2025-08-02T09:52:41.0746597+01:00",
    "age_group": "sample string 2",
    "age_group_archived": true,
    "age_group_id": "0ed05ff0-9c02-4438-8bc3-278c36e1049d",
    "bow_class": "sample string 5",
    "class_archived": true,
    "class_id": "c88eae07-e87b-4014-ae43-8cd58d5095da",
    "classification": "sample string 8",
    "classification_id": "4bdf13e4-f6cf-4357-b065-635755fc9348",
    "member_archived": true,
    "member_id": "fa082ae6-53b0-423b-88bc-a1ee4de3bcb6",
    "name": "sample string 12",
    "season": "sample string 13",
    "season_id": "69456aa4-b231-4362-8ffa-431e845bbf1b",
    "type": "sample string 15",
    "type_id": "310c8f09-c807-4356-8f12-303955ef60ee",
    "updated": "2025-08-02T09:52:41.0746597+01:00"
  }
]

multipart/form-data

Sample:
[{"achieved":"2025-08-02T09:52:41.0746597+01:00","age_group":"sample string 2","age_group_archived":true,"age_group_id":"0ed05ff0-9c02-4438-8bc3-278c36e1049d","bow_class":"sample string 5","class_archived":true,"class_id":"c88eae07-e87b-4014-ae43-8cd58d5095da","classification":"sample string 8","classification_id":"4bdf13e4-f6cf-4357-b065-635755fc9348","member_archived":true,"member_id":"fa082ae6-53b0-423b-88bc-a1ee4de3bcb6","name":"sample string 12","season":"sample string 13","season_id":"69456aa4-b231-4362-8ffa-431e845bbf1b","type":"sample string 15","type_id":"310c8f09-c807-4356-8f12-303955ef60ee","updated":"2025-08-02T09:52:41.0746597+01:00"},{"achieved":"2025-08-02T09:52:41.0746597+01:00","age_group":"sample string 2","age_group_archived":true,"age_group_id":"0ed05ff0-9c02-4438-8bc3-278c36e1049d","bow_class":"sample string 5","class_archived":true,"class_id":"c88eae07-e87b-4014-ae43-8cd58d5095da","classification":"sample string 8","classification_id":"4bdf13e4-f6cf-4357-b065-635755fc9348","member_archived":true,"member_id":"fa082ae6-53b0-423b-88bc-a1ee4de3bcb6","name":"sample string 12","season":"sample string 13","season_id":"69456aa4-b231-4362-8ffa-431e845bbf1b","type":"sample string 15","type_id":"310c8f09-c807-4356-8f12-303955ef60ee","updated":"2025-08-02T09:52:41.0746597+01: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>2025-08-02T09:52:41.0746597+01:00</achieved>
    <age_group>sample string 2</age_group>
    <age_group_archived>true</age_group_archived>
    <age_group_id>0ed05ff0-9c02-4438-8bc3-278c36e1049d</age_group_id>
    <bow_class>sample string 5</bow_class>
    <class_archived>true</class_archived>
    <class_id>c88eae07-e87b-4014-ae43-8cd58d5095da</class_id>
    <classification>sample string 8</classification>
    <classification_id>4bdf13e4-f6cf-4357-b065-635755fc9348</classification_id>
    <member_archived>true</member_archived>
    <member_id>fa082ae6-53b0-423b-88bc-a1ee4de3bcb6</member_id>
    <name>sample string 12</name>
    <season>sample string 13</season>
    <season_id>69456aa4-b231-4362-8ffa-431e845bbf1b</season_id>
    <type>sample string 15</type>
    <type_id>310c8f09-c807-4356-8f12-303955ef60ee</type_id>
    <updated>2025-08-02T09:52:41.0746597+01:00</updated>
  </Classification>
  <Classification>
    <achieved>2025-08-02T09:52:41.0746597+01:00</achieved>
    <age_group>sample string 2</age_group>
    <age_group_archived>true</age_group_archived>
    <age_group_id>0ed05ff0-9c02-4438-8bc3-278c36e1049d</age_group_id>
    <bow_class>sample string 5</bow_class>
    <class_archived>true</class_archived>
    <class_id>c88eae07-e87b-4014-ae43-8cd58d5095da</class_id>
    <classification>sample string 8</classification>
    <classification_id>4bdf13e4-f6cf-4357-b065-635755fc9348</classification_id>
    <member_archived>true</member_archived>
    <member_id>fa082ae6-53b0-423b-88bc-a1ee4de3bcb6</member_id>
    <name>sample string 12</name>
    <season>sample string 13</season>
    <season_id>69456aa4-b231-4362-8ffa-431e845bbf1b</season_id>
    <type>sample string 15</type>
    <type_id>310c8f09-c807-4356-8f12-303955ef60ee</type_id>
    <updated>2025-08-02T09:52:41.0746597+01:00</updated>
  </Classification>
</ArrayOfClassification>