/
REST Integration Standard Response Object

REST Integration Standard Response Object

Standard Response Object

Unless otherwise noted in the documentation for a REST API, all ServiceBroker REST API calls return the following standard JSON response object.

On this page:

Standard Response Object Format

JSON Format
{
    "Success": false,
    "Code": 12,
    "Message": "WorkItem not found: Appt01"
}

Related content

Standard Response Object
Standard Response Object
More like this
REST Integration Overview
REST Integration Overview
More like this
REST Integration Standard HTTP Headers
REST Integration Standard HTTP Headers
More like this