Success Response

Representations

JSON

Properties

Name Type Value
EID EID The unique entity identity reserved for the scheduled entity
ETC datetime Optional Estimated time to complete (ISO 8601 timestamp)
status string Message indicating the status of the process
uri string Optional URL to a related resource (e.g. a created one)
data object Optional, since 1.0.2 Relevant data (other than a resource)

Example

{
    "EID":"9876543210ABCDEF",
    "ETC":"2013-04-13T19:00:15.123+01:00",
    "status":"Validated and scheduled for insertion"
}
{
    "EID":"1234567890ABCDEF",
    "status":"Successfully created object",
    "uri":"http://io.speakap.com/networks/FEDCBA0987654321/",
    "data": {
        "foo": "Bar"
    }
}