GET api/Instances
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Instance| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceID | integer |
None. |
|
| clientInstanceID | string |
None. |
|
| SessionID | integer |
None. |
|
| Match | integer |
None. |
|
| MatchType | string |
String length: inclusive between 0 and 1 |
|
| MatchCount | integer |
None. |
|
| Alliance | string |
String length: inclusive between 0 and 1 |
|
| AlliancePos | integer |
None. |
|
| Team | integer |
None. |
|
| RPrediction | integer |
None. |
|
| BPrediction | integer |
None. |
|
| ScoutName | string |
String length: inclusive between 0 and 50 |
|
| InstanceDT | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InstanceID": 1,
"clientInstanceID": "sample string 2",
"SessionID": 3,
"Match": 4,
"MatchType": "sample string 5",
"MatchCount": 6,
"Alliance": "sample string 7",
"AlliancePos": 8,
"Team": 9,
"RPrediction": 1,
"BPrediction": 1,
"ScoutName": "sample string 10",
"InstanceDT": "2025-12-06T12:16:48.8135085+00:00"
},
{
"InstanceID": 1,
"clientInstanceID": "sample string 2",
"SessionID": 3,
"Match": 4,
"MatchType": "sample string 5",
"MatchCount": 6,
"Alliance": "sample string 7",
"AlliancePos": 8,
"Team": 9,
"RPrediction": 1,
"BPrediction": 1,
"ScoutName": "sample string 10",
"InstanceDT": "2025-12-06T12:16:48.8135085+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfInstance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fires2024API.Models">
<Instance>
<Alliance>sample string 7</Alliance>
<AlliancePos>8</AlliancePos>
<BPrediction>1</BPrediction>
<InstanceDT>2025-12-06T12:16:48.8135085+00:00</InstanceDT>
<InstanceID>1</InstanceID>
<Match>4</Match>
<MatchCount>6</MatchCount>
<MatchType>sample string 5</MatchType>
<RPrediction>1</RPrediction>
<ScoutName>sample string 10</ScoutName>
<SessionID>3</SessionID>
<Team>9</Team>
<clientInstanceID>sample string 2</clientInstanceID>
</Instance>
<Instance>
<Alliance>sample string 7</Alliance>
<AlliancePos>8</AlliancePos>
<BPrediction>1</BPrediction>
<InstanceDT>2025-12-06T12:16:48.8135085+00:00</InstanceDT>
<InstanceID>1</InstanceID>
<Match>4</Match>
<MatchCount>6</MatchCount>
<MatchType>sample string 5</MatchType>
<RPrediction>1</RPrediction>
<ScoutName>sample string 10</ScoutName>
<SessionID>3</SessionID>
<Team>9</Team>
<clientInstanceID>sample string 2</clientInstanceID>
</Instance>
</ArrayOfInstance>