GET api/scores?id={id}&pageNumber={pageNumber}&pageSize={pageSize}
Lists all score records filtered by the provided id in GUID format. For example class_id will list all score records 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 Score| Name | Description | Type | Additional information | 
|---|---|---|---|
| member_archived | Gets if the member is archived. | boolean | None. | 
| member_id | Gets the identifier of the member. | globally unique identifier | None. | 
| bow_class | Gets the bow class. | string | None. | 
| distances | Gets the list of distances shot. | Collection of DistanceScore | 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. | 
| class_archived | Gets if the class is archived. | boolean | None. | 
| class_id | Gets the identifier of the bow class. | globally unique identifier | None. | 
| classification | Gets the classification of the score (UK relevance only). | string | None. | 
| date_shot | Gets the date shot. | date | None. | 
| golds | Gets the number of golds. | integer | None. | 
| handicap | Gets the handicap of the score (UK relevance only). | integer | None. | 
| hits | Gets the number of hits. | integer | None. | 
| location | Gets the location. | string | None. | 
| name | Gets the name of the archer. | string | None. | 
| notes | Gets any notes on the score. | string | None. | 
| qualifying | Gets if the score qualifies for handicaps and classifications (UK Relevance only). | boolean | None. | 
| record_id | Gets the identifier of the score. | globally unique identifier | None. | 
| record_status | Gets if the score is record status. | boolean | None. | 
| round | Gets the round. | string | None. | 
| round_archived | Gets if the round is archived. | boolean | None. | 
| round_id | Gets the identifier of the round. | globally unique identifier | None. | 
| score | Gets the score. | integer | None. | 
| scoresheets | Gets the list of scoresheets. | Collection of string | None. | 
| season | Gets the season. | string | None. | 
| season_archived | Gets if the season is archived. | boolean | None. | 
| season_id | Gets the identifier of the season. | globally unique identifier | None. | 
| status | Gets the status. | string | None. | 
| type_id | Gets the identifier of the round type. | globally unique identifier | None. | 
| user_1 | Gets the value of the first user defined field. Clubs only | string | None. | 
| user_2 | Gets the value of the second user defined field. Clubs only | string | None. | 
| Xs | Gets the number of Xs. | integer | None. | 
Response Formats
application/json, text/json
[
  {
    "member_archived": true,
    "member_id": "0439b621-f727-4635-9d44-b919ca5a37e3",
    "bow_class": "sample string 3",
    "distances": [
      {
        "arrows": "sample string 1",
        "bow": "sample string 2",
        "distance": "sample string 3",
        "face": "sample string 4",
        "golds": 5,
        "hits": 6,
        "score": 7,
        "sightmark": "sample string 8",
        "Xs": 9
      },
      {
        "arrows": "sample string 1",
        "bow": "sample string 2",
        "distance": "sample string 3",
        "face": "sample string 4",
        "golds": 5,
        "hits": 6,
        "score": 7,
        "sightmark": "sample string 8",
        "Xs": 9
      }
    ],
    "age_group": "sample string 4",
    "age_group_archived": true,
    "age_group_id": "ae1eb970-f305-41b7-8e8f-f03d0d602049",
    "class_archived": true,
    "class_id": "edbef305-4161-451d-b7f4-0118b296d2c4",
    "classification": "sample string 9",
    "date_shot": "2025-10-31T00:34:08.9140725+00:00",
    "golds": 11,
    "handicap": 12,
    "hits": 13,
    "location": "sample string 14",
    "name": "sample string 15",
    "notes": "sample string 16",
    "qualifying": true,
    "record_id": "71248ee3-b517-4b53-9a51-5d09cfc8736f",
    "record_status": true,
    "round": "sample string 20",
    "round_archived": true,
    "round_id": "c5256a58-ae7c-451c-a0ed-10a9ec423bca",
    "score": 23,
    "scoresheets": [
      "sample string 1",
      "sample string 2"
    ],
    "season": "sample string 24",
    "season_archived": true,
    "season_id": "66afc0ef-9817-47bf-bacc-400be5ebd7c0",
    "status": "sample string 27",
    "type_id": "6b2cfb94-9a77-4ed8-be59-3a16d45cf3e1",
    "user_1": "sample string 29",
    "user_2": "sample string 30",
    "Xs": 31
  },
  {
    "member_archived": true,
    "member_id": "0439b621-f727-4635-9d44-b919ca5a37e3",
    "bow_class": "sample string 3",
    "distances": [
      {
        "arrows": "sample string 1",
        "bow": "sample string 2",
        "distance": "sample string 3",
        "face": "sample string 4",
        "golds": 5,
        "hits": 6,
        "score": 7,
        "sightmark": "sample string 8",
        "Xs": 9
      },
      {
        "arrows": "sample string 1",
        "bow": "sample string 2",
        "distance": "sample string 3",
        "face": "sample string 4",
        "golds": 5,
        "hits": 6,
        "score": 7,
        "sightmark": "sample string 8",
        "Xs": 9
      }
    ],
    "age_group": "sample string 4",
    "age_group_archived": true,
    "age_group_id": "ae1eb970-f305-41b7-8e8f-f03d0d602049",
    "class_archived": true,
    "class_id": "edbef305-4161-451d-b7f4-0118b296d2c4",
    "classification": "sample string 9",
    "date_shot": "2025-10-31T00:34:08.9140725+00:00",
    "golds": 11,
    "handicap": 12,
    "hits": 13,
    "location": "sample string 14",
    "name": "sample string 15",
    "notes": "sample string 16",
    "qualifying": true,
    "record_id": "71248ee3-b517-4b53-9a51-5d09cfc8736f",
    "record_status": true,
    "round": "sample string 20",
    "round_archived": true,
    "round_id": "c5256a58-ae7c-451c-a0ed-10a9ec423bca",
    "score": 23,
    "scoresheets": [
      "sample string 1",
      "sample string 2"
    ],
    "season": "sample string 24",
    "season_archived": true,
    "season_id": "66afc0ef-9817-47bf-bacc-400be5ebd7c0",
    "status": "sample string 27",
    "type_id": "6b2cfb94-9a77-4ed8-be59-3a16d45cf3e1",
    "user_1": "sample string 29",
    "user_2": "sample string 30",
    "Xs": 31
  }
]
        multipart/form-data
[{"member_archived":true,"member_id":"0439b621-f727-4635-9d44-b919ca5a37e3","bow_class":"sample string 3","distances":[{"arrows":"sample string 1","bow":"sample string 2","distance":"sample string 3","face":"sample string 4","golds":5,"hits":6,"score":7,"sightmark":"sample string 8","Xs":9},{"arrows":"sample string 1","bow":"sample string 2","distance":"sample string 3","face":"sample string 4","golds":5,"hits":6,"score":7,"sightmark":"sample string 8","Xs":9}],"age_group":"sample string 4","age_group_archived":true,"age_group_id":"ae1eb970-f305-41b7-8e8f-f03d0d602049","class_archived":true,"class_id":"edbef305-4161-451d-b7f4-0118b296d2c4","classification":"sample string 9","date_shot":"2025-10-31T00:34:08.9140725+00:00","golds":11,"handicap":12,"hits":13,"location":"sample string 14","name":"sample string 15","notes":"sample string 16","qualifying":true,"record_id":"71248ee3-b517-4b53-9a51-5d09cfc8736f","record_status":true,"round":"sample string 20","round_archived":true,"round_id":"c5256a58-ae7c-451c-a0ed-10a9ec423bca","score":23,"scoresheets":["sample string 1","sample string 2"],"season":"sample string 24","season_archived":true,"season_id":"66afc0ef-9817-47bf-bacc-400be5ebd7c0","status":"sample string 27","type_id":"6b2cfb94-9a77-4ed8-be59-3a16d45cf3e1","user_1":"sample string 29","user_2":"sample string 30","Xs":31},{"member_archived":true,"member_id":"0439b621-f727-4635-9d44-b919ca5a37e3","bow_class":"sample string 3","distances":[{"arrows":"sample string 1","bow":"sample string 2","distance":"sample string 3","face":"sample string 4","golds":5,"hits":6,"score":7,"sightmark":"sample string 8","Xs":9},{"arrows":"sample string 1","bow":"sample string 2","distance":"sample string 3","face":"sample string 4","golds":5,"hits":6,"score":7,"sightmark":"sample string 8","Xs":9}],"age_group":"sample string 4","age_group_archived":true,"age_group_id":"ae1eb970-f305-41b7-8e8f-f03d0d602049","class_archived":true,"class_id":"edbef305-4161-451d-b7f4-0118b296d2c4","classification":"sample string 9","date_shot":"2025-10-31T00:34:08.9140725+00:00","golds":11,"handicap":12,"hits":13,"location":"sample string 14","name":"sample string 15","notes":"sample string 16","qualifying":true,"record_id":"71248ee3-b517-4b53-9a51-5d09cfc8736f","record_status":true,"round":"sample string 20","round_archived":true,"round_id":"c5256a58-ae7c-451c-a0ed-10a9ec423bca","score":23,"scoresheets":["sample string 1","sample string 2"],"season":"sample string 24","season_archived":true,"season_id":"66afc0ef-9817-47bf-bacc-400be5ebd7c0","status":"sample string 27","type_id":"6b2cfb94-9a77-4ed8-be59-3a16d45cf3e1","user_1":"sample string 29","user_2":"sample string 30","Xs":31}]
        application/xml, text/xml
<ArrayOfScore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Archery_Records_API.Models">
  <Score>
    <Xs>31</Xs>
    <age_group>sample string 4</age_group>
    <age_group_archived>true</age_group_archived>
    <age_group_id>ae1eb970-f305-41b7-8e8f-f03d0d602049</age_group_id>
    <bow_class>sample string 3</bow_class>
    <class_archived>true</class_archived>
    <class_id>edbef305-4161-451d-b7f4-0118b296d2c4</class_id>
    <classification>sample string 9</classification>
    <date_shot>2025-10-31T00:34:08.9140725+00:00</date_shot>
    <distances>
      <DistanceScore>
        <Xs>9</Xs>
        <arrows>sample string 1</arrows>
        <bow>sample string 2</bow>
        <distance>sample string 3</distance>
        <face>sample string 4</face>
        <golds>5</golds>
        <hits>6</hits>
        <score>7</score>
        <sightmark>sample string 8</sightmark>
      </DistanceScore>
      <DistanceScore>
        <Xs>9</Xs>
        <arrows>sample string 1</arrows>
        <bow>sample string 2</bow>
        <distance>sample string 3</distance>
        <face>sample string 4</face>
        <golds>5</golds>
        <hits>6</hits>
        <score>7</score>
        <sightmark>sample string 8</sightmark>
      </DistanceScore>
    </distances>
    <golds>11</golds>
    <handicap>12</handicap>
    <hits>13</hits>
    <location>sample string 14</location>
    <member_archived>true</member_archived>
    <member_id>0439b621-f727-4635-9d44-b919ca5a37e3</member_id>
    <name>sample string 15</name>
    <notes>sample string 16</notes>
    <qualifying>true</qualifying>
    <record_id>71248ee3-b517-4b53-9a51-5d09cfc8736f</record_id>
    <record_status>true</record_status>
    <round>sample string 20</round>
    <round_archived>true</round_archived>
    <round_id>c5256a58-ae7c-451c-a0ed-10a9ec423bca</round_id>
    <score>23</score>
    <scoresheets xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </scoresheets>
    <season>sample string 24</season>
    <season_archived>true</season_archived>
    <season_id>66afc0ef-9817-47bf-bacc-400be5ebd7c0</season_id>
    <status>sample string 27</status>
    <type_id>6b2cfb94-9a77-4ed8-be59-3a16d45cf3e1</type_id>
    <user_1>sample string 29</user_1>
    <user_2>sample string 30</user_2>
  </Score>
  <Score>
    <Xs>31</Xs>
    <age_group>sample string 4</age_group>
    <age_group_archived>true</age_group_archived>
    <age_group_id>ae1eb970-f305-41b7-8e8f-f03d0d602049</age_group_id>
    <bow_class>sample string 3</bow_class>
    <class_archived>true</class_archived>
    <class_id>edbef305-4161-451d-b7f4-0118b296d2c4</class_id>
    <classification>sample string 9</classification>
    <date_shot>2025-10-31T00:34:08.9140725+00:00</date_shot>
    <distances>
      <DistanceScore>
        <Xs>9</Xs>
        <arrows>sample string 1</arrows>
        <bow>sample string 2</bow>
        <distance>sample string 3</distance>
        <face>sample string 4</face>
        <golds>5</golds>
        <hits>6</hits>
        <score>7</score>
        <sightmark>sample string 8</sightmark>
      </DistanceScore>
      <DistanceScore>
        <Xs>9</Xs>
        <arrows>sample string 1</arrows>
        <bow>sample string 2</bow>
        <distance>sample string 3</distance>
        <face>sample string 4</face>
        <golds>5</golds>
        <hits>6</hits>
        <score>7</score>
        <sightmark>sample string 8</sightmark>
      </DistanceScore>
    </distances>
    <golds>11</golds>
    <handicap>12</handicap>
    <hits>13</hits>
    <location>sample string 14</location>
    <member_archived>true</member_archived>
    <member_id>0439b621-f727-4635-9d44-b919ca5a37e3</member_id>
    <name>sample string 15</name>
    <notes>sample string 16</notes>
    <qualifying>true</qualifying>
    <record_id>71248ee3-b517-4b53-9a51-5d09cfc8736f</record_id>
    <record_status>true</record_status>
    <round>sample string 20</round>
    <round_archived>true</round_archived>
    <round_id>c5256a58-ae7c-451c-a0ed-10a9ec423bca</round_id>
    <score>23</score>
    <scoresheets xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </scoresheets>
    <season>sample string 24</season>
    <season_archived>true</season_archived>
    <season_id>66afc0ef-9817-47bf-bacc-400be5ebd7c0</season_id>
    <status>sample string 27</status>
    <type_id>6b2cfb94-9a77-4ed8-be59-3a16d45cf3e1</type_id>
    <user_1>sample string 29</user_1>
    <user_2>sample string 30</user_2>
  </Score>
</ArrayOfScore>
        