Table of Contents

Description

The ResponseObject object contains information about the object.

Structure

KeywordOccursTypeFormatDescription
type1string
Object type.
value1string
Object value  (primary key).
summary1integerinteger32Number of objects in list jobs.
data1string
Object data.

JSON Example

Example DomainCreate

JSON
{
   "stid": "20190628-STID",
   "status": {
      "code": "N0101",
      "text": "Domain registration was started successfully.",
      "type": "NOTIFY"
   },
   "object": {
      "type": "Domain",
      "value": "example-domain-321.com"
   },
   "data": [
      {
         "created": "2019-06-28T15:12:48.000+0200",
         "updated": "2019-06-28T15:12:47.000+0200",
         "owner": {
            "context": 4,
            "user": "exampleuser"
         },
         "updater": {
            "context": 4,
            "user": "exampleuser"
         },
         "status": "RUNNING",
         "execution": "2019-06-28T15:12:46.000+0200",
         "id": 4297540445
      }
   ]
}