GET api/debrief/completed?startDateTime={startDateTime}&endDateTime={endDateTime}
Get Completed Debriefs
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDateTime |
Optional start date bound |
date |
None. |
endDateTime |
Optional end date bound |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
A collection of Debriefs
Collection of DebriefName | Description | Type | Additional information |
---|---|---|---|
DebriefID |
Unique Debrief Identifier |
integer |
None. |
DriverCallsign |
Driver Callsign |
string |
None. |
DriverName |
Driver Full Name |
string |
None. |
HomeCircuit |
Home Circuit that the Driver belongs to |
string |
None. |
SupervisorUser |
Name of User set as the Debrief Supervisor of the Driver Circuit |
string |
None. |
CreatedDate |
Date of Debrief creation |
date |
None. |
DataFrom |
From Date of the Debrief Driver dataset |
date |
None. |
DataTo |
To Date of the Debrief Driver dataset |
date |
None. |
DebriefReason |
Reason why the Debrief was created |
string |
None. |
DebriefStatus |
Current Debrief Status |
string |
None. |
DebrieferUser |
User who completed the Debrief |
string |
None. |
DriverComments |
Comments of the Driver |
string |
None. |
DebrieferComments |
Comments of the Debriefer User |
string |
None. |
CompletedDate |
Date of Debrief completion |
date |
None. |
DueDate |
Threshold Date which causes the Debrief to transition into the "Overdue" status |
date |
None. |
IsActive |
Flag to show if the Debrief has not been deleted |
boolean |
None. |
DeletedByUser |
User who deleted the Debrief |
string |
None. |
DeletedDate |
Date of Debrief deletion |
date |
None. |
Response Formats
application/json, text/json
[ { "DebriefID": 1, "DriverCallsign": "sample string 2", "DriverName": "sample string 3", "HomeCircuit": "sample string 4", "SupervisorUser": "sample string 5", "CreatedDate": "2025-09-07T01:08:44.7881311+01:00", "DataFrom": "2025-09-07T01:08:44.7881311+01:00", "DataTo": "2025-09-07T01:08:44.7881311+01:00", "DebriefReason": "sample string 9", "DebriefStatus": "sample string 10", "DebrieferUser": "sample string 11", "DriverComments": "sample string 12", "DebrieferComments": "sample string 13", "CompletedDate": "2025-09-07T01:08:44.7881311+01:00", "DueDate": "2025-09-07T01:08:44.7881311+01:00", "IsActive": true, "DeletedByUser": "sample string 16", "DeletedDate": "2025-09-07T01:08:44.7881311+01:00" }, { "DebriefID": 1, "DriverCallsign": "sample string 2", "DriverName": "sample string 3", "HomeCircuit": "sample string 4", "SupervisorUser": "sample string 5", "CreatedDate": "2025-09-07T01:08:44.7881311+01:00", "DataFrom": "2025-09-07T01:08:44.7881311+01:00", "DataTo": "2025-09-07T01:08:44.7881311+01:00", "DebriefReason": "sample string 9", "DebriefStatus": "sample string 10", "DebrieferUser": "sample string 11", "DriverComments": "sample string 12", "DebrieferComments": "sample string 13", "CompletedDate": "2025-09-07T01:08:44.7881311+01:00", "DueDate": "2025-09-07T01:08:44.7881311+01:00", "IsActive": true, "DeletedByUser": "sample string 16", "DeletedDate": "2025-09-07T01:08:44.7881311+01:00" } ]
application/xml, text/xml
<ArrayOfDebrief xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Debrief> <DebriefID>1</DebriefID> <DriverCallsign>sample string 2</DriverCallsign> <DriverName>sample string 3</DriverName> <HomeCircuit>sample string 4</HomeCircuit> <SupervisorUser>sample string 5</SupervisorUser> <CreatedDate>2025-09-07T01:08:44.7881311+01:00</CreatedDate> <DataFrom>2025-09-07T01:08:44.7881311+01:00</DataFrom> <DataTo>2025-09-07T01:08:44.7881311+01:00</DataTo> <DebriefReason>sample string 9</DebriefReason> <DebriefStatus>sample string 10</DebriefStatus> <DebrieferUser>sample string 11</DebrieferUser> <DriverComments>sample string 12</DriverComments> <DebrieferComments>sample string 13</DebrieferComments> <CompletedDate>2025-09-07T01:08:44.7881311+01:00</CompletedDate> <DueDate>2025-09-07T01:08:44.7881311+01:00</DueDate> <IsActive>true</IsActive> <DeletedByUser>sample string 16</DeletedByUser> <DeletedDate>2025-09-07T01:08:44.7881311+01:00</DeletedDate> </Debrief> <Debrief> <DebriefID>1</DebriefID> <DriverCallsign>sample string 2</DriverCallsign> <DriverName>sample string 3</DriverName> <HomeCircuit>sample string 4</HomeCircuit> <SupervisorUser>sample string 5</SupervisorUser> <CreatedDate>2025-09-07T01:08:44.7881311+01:00</CreatedDate> <DataFrom>2025-09-07T01:08:44.7881311+01:00</DataFrom> <DataTo>2025-09-07T01:08:44.7881311+01:00</DataTo> <DebriefReason>sample string 9</DebriefReason> <DebriefStatus>sample string 10</DebriefStatus> <DebrieferUser>sample string 11</DebrieferUser> <DriverComments>sample string 12</DriverComments> <DebrieferComments>sample string 13</DebrieferComments> <CompletedDate>2025-09-07T01:08:44.7881311+01:00</CompletedDate> <DueDate>2025-09-07T01:08:44.7881311+01:00</DueDate> <IsActive>true</IsActive> <DeletedByUser>sample string 16</DeletedByUser> <DeletedDate>2025-09-07T01:08:44.7881311+01:00</DeletedDate> </Debrief> </ArrayOfDebrief>