call the GetFullWorksheetDetails operation.
POST
/getfullworksheetdetails
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getfullworksheetdetails' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"fullworksheetDetailsInput": {
"WorksheetId": "string",
"WorksheetRef": "string"
}
}'
Response Response Example
200 - Example 1
{
"GetFullWorksheetDetailsResult": {
"FullWSDetails": {
"Worksheet": {
"AuthorityID": 0,
"AuthorityName": "string",
"WorkflowInstanceID": 0,
"InstanceGuid": "string",
"WorkflowFileID": 0,
"WorkflowFileName": "string",
"WorkflowFileXaml": "string",
"InstanceCurrentState": "string"
},
"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"
}
},
"WSNotes": {
"WorksheetNote": {
"ExtensionData": {},
"WorksheetNoteDate": "2019-08-24T14:15:22Z",
"SecurityID": 0,
"WorksheetNoteText": "string",
"SecurityName": "string",
"WorksheetNoteID": 0
}
},
"WSServiceItems": {
"WorksheetServiceItem": {
"ExtensionData": {},
"WorksheetServiceItemID": 0,
"WorksheetServiceID": 0,
"ServiceItemID": 0,
"ServiceItemName": "string",
"ServiceItemDescription": "string",
"ServiceChargeTypeID": 0,
"ServiceChargeTypeName": "string",
"WorksheetServiceItemQuantity": 0,
"WorksheetServiceItemCharge": 0
}
},
"WSServiceProperties": {
"WorksheetServiceProperty": {
"ExtensionData": {},
"WorksheetServiceID": 0,
"ServicePropertyID": 0,
"ServicePropertyName": "string",
"ServicePropertyValue": "string",
"ServicePropertyTypeID": 0,
"ServicePropertyTypeName": "string",
"ServicePropertyOrder": 0,
"ForMobile": true,
"ForPowerSuite": true
}
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01