call the GetWorksheetDetailEvents operation.
POST
/getworksheetdetailevents
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getworksheetdetailevents' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"worksheetDetailEventsInput": {}
}'
Response Response Example
200 - Example 1
{
"GetWorksheetDetailEventsResult": {
"WorkflowHistories": {
"WorkflowHistory": {
"ExtensionData": {},
"WorkflowHistoryID": 0,
"WorkflowGUID": "string",
"WorksheetID": 0,
"SiteContractID": 0,
"WorkflowTypeID": 0,
"WorkflowID": 0,
"WorkflowEventName": "string",
"WorkflowEventFriendlyName": "string",
"WorkflowEventDate": "2019-08-24T14:15:22Z",
"WorkflowRaisedBy": "string",
"WorkflowStateName": "string"
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01