Skip to content
Thomas Pedersen edited this page Aug 28, 2013 · 1 revision

POST /call/pickup_next (But implemented in current git master as GET for convenience)

Parameters.

none

Condition: Success.

HTTP 200 OK with a JSON status body.

{
    "originate_reponse": "Sent request",
    "message": "Pickup command completed."
}

Condition: Error.

HTTP 500 Server error with empty body.

Clone this wiki locally