GET api/scores?pageNumber={pageNumber}&pageSize={pageSize}
Lists all score records. 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 ScoreName | Description | Type | Additional information |
---|---|---|---|
name | string |
None. |
|
date_shot | date |
None. |
|
round | string |
None. |
|
location | string |
None. |
|
bow_class | string |
None. |
|
category | string |
None. |
|
score | integer |
None. |
|
hits | integer |
None. |
|
golds | integer |
None. |
|
tens | integer |
None. |
|
classification | string |
None. |
|
handicap | integer |
None. |
|
record_status | boolean |
None. |
|
qualifying | boolean |
None. |
|
archer_id | globally unique identifier |
None. |
|
record_id | globally unique identifier |
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. |
|
season_archived | boolean |
None. |
|
season | string |
None. |
|
user_1 | string |
None. |
|
user_2 | string |
None. |
|
status | string |
None. |
|
notes | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "name": "sample string 1", "date_shot": "2024-11-28T08:46:53.4217215+00:00", "round": "sample string 3", "location": "sample string 4", "bow_class": "sample string 5", "category": "sample string 6", "score": 7, "hits": 8, "golds": 9, "tens": 10, "classification": "sample string 11", "handicap": 12, "record_status": true, "qualifying": true, "archer_id": "b7f914b3-f733-499b-9409-86803f00ffbe", "record_id": "4111c580-faf2-4f06-96f3-79ad2311a746", "class_id": "feb8ca63-fa14-45fc-8605-d6d77d7d355b", "category_id": "f8681c8a-f277-4abf-84d1-a73afb7ab6cf", "round_id": "1705ad34-de01-4f62-be3f-f645ec6234cc", "season_id": "b93f0673-a5e9-4d55-879e-4e8ec885aa91", "class_archived": true, "round_archived": true, "category_archived": true, "season_archived": true, "season": "sample string 25", "user_1": "sample string 26", "user_2": "sample string 27", "status": "sample string 28", "notes": "sample string 29" }, { "name": "sample string 1", "date_shot": "2024-11-28T08:46:53.4217215+00:00", "round": "sample string 3", "location": "sample string 4", "bow_class": "sample string 5", "category": "sample string 6", "score": 7, "hits": 8, "golds": 9, "tens": 10, "classification": "sample string 11", "handicap": 12, "record_status": true, "qualifying": true, "archer_id": "b7f914b3-f733-499b-9409-86803f00ffbe", "record_id": "4111c580-faf2-4f06-96f3-79ad2311a746", "class_id": "feb8ca63-fa14-45fc-8605-d6d77d7d355b", "category_id": "f8681c8a-f277-4abf-84d1-a73afb7ab6cf", "round_id": "1705ad34-de01-4f62-be3f-f645ec6234cc", "season_id": "b93f0673-a5e9-4d55-879e-4e8ec885aa91", "class_archived": true, "round_archived": true, "category_archived": true, "season_archived": true, "season": "sample string 25", "user_1": "sample string 26", "user_2": "sample string 27", "status": "sample string 28", "notes": "sample string 29" } ]
application/xml, text/xml
Sample:
<ArrayOfScore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Golden_Records_App.Models"> <Score> <archer_id>b7f914b3-f733-499b-9409-86803f00ffbe</archer_id> <bow_class>sample string 5</bow_class> <category>sample string 6</category> <category_archived>true</category_archived> <category_id>f8681c8a-f277-4abf-84d1-a73afb7ab6cf</category_id> <class_archived>true</class_archived> <class_id>feb8ca63-fa14-45fc-8605-d6d77d7d355b</class_id> <classification>sample string 11</classification> <date_shot>2024-11-28T08:46:53.4217215+00:00</date_shot> <golds>9</golds> <handicap>12</handicap> <hits>8</hits> <location>sample string 4</location> <name>sample string 1</name> <notes>sample string 29</notes> <qualifying>true</qualifying> <record_id>4111c580-faf2-4f06-96f3-79ad2311a746</record_id> <record_status>true</record_status> <round>sample string 3</round> <round_archived>true</round_archived> <round_id>1705ad34-de01-4f62-be3f-f645ec6234cc</round_id> <score>7</score> <season>sample string 25</season> <season_archived>true</season_archived> <season_id>b93f0673-a5e9-4d55-879e-4e8ec885aa91</season_id> <status>sample string 28</status> <tens>10</tens> <user_1>sample string 26</user_1> <user_2>sample string 27</user_2> </Score> <Score> <archer_id>b7f914b3-f733-499b-9409-86803f00ffbe</archer_id> <bow_class>sample string 5</bow_class> <category>sample string 6</category> <category_archived>true</category_archived> <category_id>f8681c8a-f277-4abf-84d1-a73afb7ab6cf</category_id> <class_archived>true</class_archived> <class_id>feb8ca63-fa14-45fc-8605-d6d77d7d355b</class_id> <classification>sample string 11</classification> <date_shot>2024-11-28T08:46:53.4217215+00:00</date_shot> <golds>9</golds> <handicap>12</handicap> <hits>8</hits> <location>sample string 4</location> <name>sample string 1</name> <notes>sample string 29</notes> <qualifying>true</qualifying> <record_id>4111c580-faf2-4f06-96f3-79ad2311a746</record_id> <record_status>true</record_status> <round>sample string 3</round> <round_archived>true</round_archived> <round_id>1705ad34-de01-4f62-be3f-f645ec6234cc</round_id> <score>7</score> <season>sample string 25</season> <season_archived>true</season_archived> <season_id>b93f0673-a5e9-4d55-879e-4e8ec885aa91</season_id> <status>sample string 28</status> <tens>10</tens> <user_1>sample string 26</user_1> <user_2>sample string 27</user_2> </Score> </ArrayOfScore>
multipart/form-data
Sample:
<ArrayOfScore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Golden_Records_App.Models"><Score><archer_id>b7f914b3-f733-499b-9409-86803f00ffbe</archer_id><bow_class>sample string 5</bow_class><category>sample string 6</category><category_archived>true</category_archived><category_id>f8681c8a-f277-4abf-84d1-a73afb7ab6cf</category_id><class_archived>true</class_archived><class_id>feb8ca63-fa14-45fc-8605-d6d77d7d355b</class_id><classification>sample string 11</classification><date_shot>2024-11-28T08:46:53.4217215+00:00</date_shot><golds>9</golds><handicap>12</handicap><hits>8</hits><location>sample string 4</location><name>sample string 1</name><notes>sample string 29</notes><qualifying>true</qualifying><record_id>4111c580-faf2-4f06-96f3-79ad2311a746</record_id><record_status>true</record_status><round>sample string 3</round><round_archived>true</round_archived><round_id>1705ad34-de01-4f62-be3f-f645ec6234cc</round_id><score>7</score><season>sample string 25</season><season_archived>true</season_archived><season_id>b93f0673-a5e9-4d55-879e-4e8ec885aa91</season_id><status>sample string 28</status><tens>10</tens><user_1>sample string 26</user_1><user_2>sample string 27</user_2></Score><Score><archer_id>b7f914b3-f733-499b-9409-86803f00ffbe</archer_id><bow_class>sample string 5</bow_class><category>sample string 6</category><category_archived>true</category_archived><category_id>f8681c8a-f277-4abf-84d1-a73afb7ab6cf</category_id><class_archived>true</class_archived><class_id>feb8ca63-fa14-45fc-8605-d6d77d7d355b</class_id><classification>sample string 11</classification><date_shot>2024-11-28T08:46:53.4217215+00:00</date_shot><golds>9</golds><handicap>12</handicap><hits>8</hits><location>sample string 4</location><name>sample string 1</name><notes>sample string 29</notes><qualifying>true</qualifying><record_id>4111c580-faf2-4f06-96f3-79ad2311a746</record_id><record_status>true</record_status><round>sample string 3</round><round_archived>true</round_archived><round_id>1705ad34-de01-4f62-be3f-f645ec6234cc</round_id><score>7</score><season>sample string 25</season><season_archived>true</season_archived><season_id>b93f0673-a5e9-4d55-879e-4e8ec885aa91</season_id><status>sample string 28</status><tens>10</tens><user_1>sample string 26</user_1><user_2>sample string 27</user_2></Score></ArrayOfScore>