GET api/Awards?pageNumber={pageNumber}&pageSize={pageSize}
Lists all awards. 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 AwardName | Description | Type | Additional information |
---|---|---|---|
name | string |
None. |
|
award | string |
None. |
|
bow_class | string |
None. |
|
category | string |
None. |
|
round | string |
None. |
|
achieved | date |
None. |
|
class_id | globally unique identifier |
None. |
|
category_id | globally unique identifier |
None. |
|
round_id | globally unique identifier |
None. |
|
season_id | globally unique identifier |
None. |
|
class_archived | boolean |
None. |
|
round_archived | boolean |
None. |
|
category_archived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "name": "sample string 1", "award": "sample string 2", "bow_class": "sample string 3", "category": "sample string 4", "round": "sample string 5", "achieved": "2025-04-26T16:59:44.1972084+01:00", "class_id": "fb618b31-1ac4-4a19-843b-59d0ad5718b4", "category_id": "2f223e8b-8d2f-4e8f-b652-982e505f9de8", "round_id": "76a9aa21-8d09-4c6e-b7d2-5f450d600bac", "season_id": "46d587f6-5ee4-4b17-8e53-dfa3d33cf98b", "class_archived": true, "round_archived": true, "category_archived": true }, { "name": "sample string 1", "award": "sample string 2", "bow_class": "sample string 3", "category": "sample string 4", "round": "sample string 5", "achieved": "2025-04-26T16:59:44.1972084+01:00", "class_id": "fb618b31-1ac4-4a19-843b-59d0ad5718b4", "category_id": "2f223e8b-8d2f-4e8f-b652-982e505f9de8", "round_id": "76a9aa21-8d09-4c6e-b7d2-5f450d600bac", "season_id": "46d587f6-5ee4-4b17-8e53-dfa3d33cf98b", "class_archived": true, "round_archived": true, "category_archived": true } ]
application/xml, text/xml
Sample:
<ArrayOfAward xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Golden_Records_App"> <Award> <achieved>2025-04-26T16:59:44.1972084+01:00</achieved> <award>sample string 2</award> <bow_class>sample string 3</bow_class> <category>sample string 4</category> <category_archived>true</category_archived> <category_id>2f223e8b-8d2f-4e8f-b652-982e505f9de8</category_id> <class_archived>true</class_archived> <class_id>fb618b31-1ac4-4a19-843b-59d0ad5718b4</class_id> <name>sample string 1</name> <round>sample string 5</round> <round_archived>true</round_archived> <round_id>76a9aa21-8d09-4c6e-b7d2-5f450d600bac</round_id> <season_id>46d587f6-5ee4-4b17-8e53-dfa3d33cf98b</season_id> </Award> <Award> <achieved>2025-04-26T16:59:44.1972084+01:00</achieved> <award>sample string 2</award> <bow_class>sample string 3</bow_class> <category>sample string 4</category> <category_archived>true</category_archived> <category_id>2f223e8b-8d2f-4e8f-b652-982e505f9de8</category_id> <class_archived>true</class_archived> <class_id>fb618b31-1ac4-4a19-843b-59d0ad5718b4</class_id> <name>sample string 1</name> <round>sample string 5</round> <round_archived>true</round_archived> <round_id>76a9aa21-8d09-4c6e-b7d2-5f450d600bac</round_id> <season_id>46d587f6-5ee4-4b17-8e53-dfa3d33cf98b</season_id> </Award> </ArrayOfAward>
multipart/form-data
Sample:
<ArrayOfAward xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Golden_Records_App"><Award><achieved>2025-04-26T16:59:44.1972084+01:00</achieved><award>sample string 2</award><bow_class>sample string 3</bow_class><category>sample string 4</category><category_archived>true</category_archived><category_id>2f223e8b-8d2f-4e8f-b652-982e505f9de8</category_id><class_archived>true</class_archived><class_id>fb618b31-1ac4-4a19-843b-59d0ad5718b4</class_id><name>sample string 1</name><round>sample string 5</round><round_archived>true</round_archived><round_id>76a9aa21-8d09-4c6e-b7d2-5f450d600bac</round_id><season_id>46d587f6-5ee4-4b17-8e53-dfa3d33cf98b</season_id></Award><Award><achieved>2025-04-26T16:59:44.1972084+01:00</achieved><award>sample string 2</award><bow_class>sample string 3</bow_class><category>sample string 4</category><category_archived>true</category_archived><category_id>2f223e8b-8d2f-4e8f-b652-982e505f9de8</category_id><class_archived>true</class_archived><class_id>fb618b31-1ac4-4a19-843b-59d0ad5718b4</class_id><name>sample string 1</name><round>sample string 5</round><round_archived>true</round_archived><round_id>76a9aa21-8d09-4c6e-b7d2-5f450d600bac</round_id><season_id>46d587f6-5ee4-4b17-8e53-dfa3d33cf98b</season_id></Award></ArrayOfAward>