call the GetWorksheetExtraInfoFields operation.
POST
/getworksheetextrainfofields
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getworksheetextrainfofields' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"servicepropertyInput": {}
}'
Response Response Example
200 - Example 1
{
"GetWorksheetExtraInfoFieldsResult": {
"ServiceProperties": {
"ServiceProperty": {
"ExtensionData": {},
"ServicePropertyID": 0,
"ServicePropertyName": "string",
"ServicePropertyDescription": "string",
"ServicePropertyTypeID": 0,
"ServicePropertyTypeName": "string",
"ServicePropertyDefaultValue": "string",
"ForMobile": true,
"ForPowersuite": true,
"ForMoP": true,
"IsReadOnly": true,
"IsCreateCompulsory": true,
"IsUpdateCompulsory": true,
"ServicePropertyOrder": 0,
"AuthorityID": 0,
"AuthorityName": "string"
}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01