call the GetSiteIncidents operation.
POST
/getsiteincidents
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getsiteincidents' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"roundIncidentInput": {}
}'
Response Response Example
200 - Example 1
{
"GetSiteIncidentsResult": {
"RoundIncidents": {
"RoundIncidents": {
"ExtensionData": {},
"AccountSiteID": 0,
"RoundIncidentID": 0,
"RoundRoundAreaServiceScheduleID": 0,
"RoundCode": "string",
"ScheduleName": "string",
"ServiceName": "string",
"RoundAreaName": "string",
"RoundIncidentDate": "2019-08-24T14:15:22Z",
"RoundIncidentNotes": "string",
"RoundIncidentCreatedByID": 0,
"RoundIncidentCreatedDate": "2019-08-24T14:15:22Z"
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01