call the GetWorksheetDetailExtraInfoFields operation.
POST
/getworksheetdetailextrainfofields
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getworksheetdetailextrainfofields' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"worksheetDetailExtraInfoFieldsInput": {}
}'
Response Response Example
200 - Example 1
{
"GetWorksheetDetailExtraInfoFieldsResult": {
"WorksheetServiceProperties": {
"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