You are here
Download & Distribute manually
Work orders and reservations can be downloaded using a parameter-driven API URL, which is detailed below.
https://yoururl.mcs.com/myspeed/dstl
This API URL can be passed parameters to download both standard work orders and reservations.
https://yoururl.mcs.com/myspeed/dstl?a=swo_name&u=result_id
The parameters accepted for work orders are below.
Key | Value & Description |
---|---|
a | Specify the exact name of the work order. For example, if the work order is named "voiptests", enter "voiptests" here. |
u | Optional. Defines the session ID to be used. If omitted, the session ID will be automatically generated from the hardware it runs on, typically the computer name. |
https://yoururl.mcs.com/myspeed/dstl?a=swo_name&k=ACDF5C2D
The parameters accepted for work orders are below.
Key | Value & Description |
---|---|
a | Specify the exact name of the work order. For example, if the work order is named "voiptests", enter "voiptests" here. |
k | Specify the exact reservation key. |
u | Optional. Defines the session ID to be used. If omitted, the session ID will be automatically generated from the hardware it runs on, typically the computer name. |
The work order name must match the one defined in the reservation; otherwise, an error will occur. Similarly, an error will occur if the reservation key does not exist. The reservation key is returned when a reservation is created successfully.