call the GetServices operation.
POST
/getservices
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getservices' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"serviceInput": {
"IncludeCommercial": true
}
}'
Response Response Example
200 - Example 1
{
"GetServicesResult": {
"Services": {
"Service": {}
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01