Detail Setting
Detail Setting
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
data object
errors object
{
"data": {
"autocomplete_source": "string",
"end_address_default": "string",
"end_address_toggle": true,
"is_autocomplete_on": true,
"start_address_default": "string",
"start_address_toggle": true
},
"errors": {}
}
GET /setting
Authorization
name: Authorizationtype: apiKeyin: header
Request
Request
curl / cURL
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
python / requests
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
go / native
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
nodejs / axios
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ruby / Net::HTTP
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
csharp / RestSharp
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
php / cURL
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
java / OkHttp
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
powershell / RestMethod
curl -L -X GET 'https://api-dev.mceasy.com/fleet-planning/api/web/v1/setting' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'