GET /scheduled-calls
Returns the list of Scheduled Calls
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
Object Name: ScheduledCalls
Property Name | Type | Description | Method |
---|---|---|---|
ScheduledCalls | Array<ScheduledCall> | Array list of the available Scheduled Calls | GET |
URL Example: https://0.0.0.0/api/rest/v1/scheduled-calls
[
{
"href": "/api/rest/v1/scheduled-calls/get-device-info",
"name": "get-device-info"
},
{
"href": "/api/rest/v1/scheduled-calls/analog-values-rpm",
"name": "analog-values-rpm"
}
]