GET api/CompTeams?Team={Team}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Team | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CompTeamsCompsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CompCode | string |
None. |
|
| CompName | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CompCode": "sample string 1",
"CompName": "sample string 2",
"StartDate": "2025-12-06T12:17:58.7701179+00:00",
"EndDate": "2025-12-06T12:17:58.7701179+00:00",
"Active": true
}
application/xml, text/xml
Sample:
<CompTeamsCompsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fires2024API.Models"> <Active>true</Active> <CompCode>sample string 1</CompCode> <CompName>sample string 2</CompName> <EndDate>2025-12-06T12:17:58.7701179+00:00</EndDate> <StartDate>2025-12-06T12:17:58.7701179+00:00</StartDate> </CompTeamsCompsDTO>