GET v1/workOrder/getSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
WorkOrderSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LimitByLocation | boolean |
None. |
|
| ShowSchedulingCalendar | boolean |
None. |
|
| WorkOrderTemplate | string |
None. |
|
| LabelFormat | string |
None. |
|
| HelpURL | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"limitByLocation": true,
"showSchedulingCalendar": true,
"workOrderTemplate": "sample string 3",
"labelFormat": "sample string 4",
"helpURL": "sample string 5"
}