Orders REST API

Orders REST API documentation and interactive testing.

For the OpenAPI Specification document use this link: https://apis.objectsgrid.com/orders/contract

Create object

post
Authorizations
Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Body

Objects Grid Order Object

idstring · max: 50Optional

The unique identifier

at_contextany ofOptional

Schema context

string · enumOptionalPossible values:
or
nullOptional
at_typeany ofOptional

The object type

string · enumOptionalPossible values:
or
nullOptional
identifierstring · max: 50Optional

The unique identifier

imagestring · uriOptional

image URL

urlstring · uriOptional

This Object URL

acceptedOfferstring · uri[]Required

The offer(s) -- e.g., product, price specification, or payment method -- accepted by the customer

brokerstring · uriOptional

An entity that arranges for an exchange between a buyer and a seller.

confirmationNumberstringOptional

A number that confirms the order or payment.

customerstring · uriRequired

Party placing the order or paying the invoice.

discountnumber · floatOptional

Any discount applied to the order.

discountCodestringOptional

Code used to redeem a discount.

discountCurrencystring · enumOptional

The currency (in 3-letter ISO 4217 format) of the discount.

Possible values:
isGiftbooleanOptional

Indicates whether the order is a gift.

orderDatestring · date-timeRequired

Date order was placed.

orderNumberstringOptional

The identifier of the order.

orderStatusstring · enumOptional

The current status of the order.

Possible values:
orderItemstring · uri[]Required

The item(s) included in the order.

partOfInvoicestring · uriOptional

The order is a part of the referenced invoice.

paymentDueDatestring · date-timeOptional

The date that payment is due.

paymentMethodstringOptional

The name of the payment method used (e.g. Credit Card, Cash).

paymentMethodIdstringOptional

An identifier for the method of payment used (e.g. the last 4 digits of the credit card).

paymentUrlstring · uriOptional

A URL that can be used to pay for the order.

sellerstring · uriRequired

An entity which offers (sells / leases / licenses) the services / goods.

Responses
201

Successfully created the object

application/json
post
POST /orders HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer YOUR_SECRET_TOKEN
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 1273

{
  "id": "text",
  "at_context": "https://schema.org",
  "at_type": "Order",
  "identifier": "text",
  "image": "https://example.com",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "url": "https://example.com",
  "acceptedOffer": [
    "https://example.com"
  ],
  "billingAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "broker": "https://example.com",
  "confirmationNumber": "text",
  "customer": "https://example.com",
  "discount": 1,
  "discountCode": "text",
  "discountCurrency": "AED",
  "isGift": true,
  "orderDate": "2025-10-05T17:59:35.489Z",
  "orderNumber": "text",
  "orderStatus": "https://schema.org/OrderCancelled",
  "orderItem": [
    "https://example.com"
  ],
  "partOfInvoice": "https://example.com",
  "paymentDueDate": "2025-10-05T17:59:35.489Z",
  "paymentMethod": "text",
  "paymentMethodId": "text",
  "paymentUrl": "https://example.com",
  "seller": "https://example.com",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-10-05T17:59:35.489Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-10-05T17:59:35.489Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}
{
  "id": "text",
  "at_context": "https://schema.org",
  "at_type": "Order",
  "identifier": "text",
  "image": "https://example.com",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "url": "https://example.com",
  "acceptedOffer": [
    "https://example.com"
  ],
  "billingAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "broker": "https://example.com",
  "confirmationNumber": "text",
  "customer": "https://example.com",
  "discount": 1,
  "discountCode": "text",
  "discountCurrency": "AED",
  "isGift": true,
  "orderDate": "2025-10-05T17:59:35.489Z",
  "orderNumber": "text",
  "orderStatus": "https://schema.org/OrderCancelled",
  "orderItem": [
    "https://example.com"
  ],
  "partOfInvoice": "https://example.com",
  "paymentDueDate": "2025-10-05T17:59:35.489Z",
  "paymentMethod": "text",
  "paymentMethodId": "text",
  "paymentUrl": "https://example.com",
  "seller": "https://example.com",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-10-05T17:59:35.489Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-10-05T17:59:35.489Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}

Retrieve Object

get
Authorizations
Path parameters
idstringRequired

ID of the object to retrieve

Query parameters
langstringOptional

BCP 47 language code

Example: fr, de, de-AT, cy-GB
Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Responses
200

Successfully retrieved the object

application/json
get
GET /orders/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer YOUR_SECRET_TOKEN
X-ObjectsGrid-AccessPoint: EU
Accept: */*
{
  "id": "text",
  "at_context": "https://schema.org",
  "at_type": "Order",
  "identifier": "text",
  "image": "https://example.com",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "url": "https://example.com",
  "acceptedOffer": [
    "https://example.com"
  ],
  "billingAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "broker": "https://example.com",
  "confirmationNumber": "text",
  "customer": "https://example.com",
  "discount": 1,
  "discountCode": "text",
  "discountCurrency": "AED",
  "isGift": true,
  "orderDate": "2025-10-05T17:59:35.489Z",
  "orderNumber": "text",
  "orderStatus": "https://schema.org/OrderCancelled",
  "orderItem": [
    "https://example.com"
  ],
  "partOfInvoice": "https://example.com",
  "paymentDueDate": "2025-10-05T17:59:35.489Z",
  "paymentMethod": "text",
  "paymentMethodId": "text",
  "paymentUrl": "https://example.com",
  "seller": "https://example.com",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-10-05T17:59:35.489Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-10-05T17:59:35.489Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}

Update Object

put
Authorizations
Path parameters
idstringRequired

ID of the object to update

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Body

Objects Grid Order Object

idstring · max: 50Optional

The unique identifier

at_contextany ofOptional

Schema context

string · enumOptionalPossible values:
or
nullOptional
at_typeany ofOptional

The object type

string · enumOptionalPossible values:
or
nullOptional
identifierstring · max: 50Optional

The unique identifier

imagestring · uriOptional

image URL

urlstring · uriOptional

This Object URL

acceptedOfferstring · uri[]Required

The offer(s) -- e.g., product, price specification, or payment method -- accepted by the customer

brokerstring · uriOptional

An entity that arranges for an exchange between a buyer and a seller.

confirmationNumberstringOptional

A number that confirms the order or payment.

customerstring · uriRequired

Party placing the order or paying the invoice.

discountnumber · floatOptional

Any discount applied to the order.

discountCodestringOptional

Code used to redeem a discount.

discountCurrencystring · enumOptional

The currency (in 3-letter ISO 4217 format) of the discount.

Possible values:
isGiftbooleanOptional

Indicates whether the order is a gift.

orderDatestring · date-timeRequired

Date order was placed.

orderNumberstringOptional

The identifier of the order.

orderStatusstring · enumOptional

The current status of the order.

Possible values:
orderItemstring · uri[]Required

The item(s) included in the order.

partOfInvoicestring · uriOptional

The order is a part of the referenced invoice.

paymentDueDatestring · date-timeOptional

The date that payment is due.

paymentMethodstringOptional

The name of the payment method used (e.g. Credit Card, Cash).

paymentMethodIdstringOptional

An identifier for the method of payment used (e.g. the last 4 digits of the credit card).

paymentUrlstring · uriOptional

A URL that can be used to pay for the order.

sellerstring · uriRequired

An entity which offers (sells / leases / licenses) the services / goods.

Responses
200

Successfully updated the object

application/json
put
PUT /orders/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer YOUR_SECRET_TOKEN
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 1273

{
  "id": "text",
  "at_context": "https://schema.org",
  "at_type": "Order",
  "identifier": "text",
  "image": "https://example.com",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "url": "https://example.com",
  "acceptedOffer": [
    "https://example.com"
  ],
  "billingAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "broker": "https://example.com",
  "confirmationNumber": "text",
  "customer": "https://example.com",
  "discount": 1,
  "discountCode": "text",
  "discountCurrency": "AED",
  "isGift": true,
  "orderDate": "2025-10-05T17:59:35.489Z",
  "orderNumber": "text",
  "orderStatus": "https://schema.org/OrderCancelled",
  "orderItem": [
    "https://example.com"
  ],
  "partOfInvoice": "https://example.com",
  "paymentDueDate": "2025-10-05T17:59:35.489Z",
  "paymentMethod": "text",
  "paymentMethodId": "text",
  "paymentUrl": "https://example.com",
  "seller": "https://example.com",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-10-05T17:59:35.489Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-10-05T17:59:35.489Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}
{
  "id": "text",
  "at_context": "https://schema.org",
  "at_type": "Order",
  "identifier": "text",
  "image": "https://example.com",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "url": "https://example.com",
  "acceptedOffer": [
    "https://example.com"
  ],
  "billingAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "broker": "https://example.com",
  "confirmationNumber": "text",
  "customer": "https://example.com",
  "discount": 1,
  "discountCode": "text",
  "discountCurrency": "AED",
  "isGift": true,
  "orderDate": "2025-10-05T17:59:35.489Z",
  "orderNumber": "text",
  "orderStatus": "https://schema.org/OrderCancelled",
  "orderItem": [
    "https://example.com"
  ],
  "partOfInvoice": "https://example.com",
  "paymentDueDate": "2025-10-05T17:59:35.489Z",
  "paymentMethod": "text",
  "paymentMethodId": "text",
  "paymentUrl": "https://example.com",
  "seller": "https://example.com",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-10-05T17:59:35.489Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-10-05T17:59:35.489Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}

Patch Object

patch
Authorizations
Path parameters
idstringRequired

ID of the object to update

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Body

Objects Grid Order Object

idstring · max: 50Optional

The unique identifier

at_contextany ofOptional

Schema context

string · enumOptionalPossible values:
or
nullOptional
at_typeany ofOptional

The object type

string · enumOptionalPossible values:
or
nullOptional
identifierstring · max: 50Optional

The unique identifier

imagestring · uriOptional

image URL

urlstring · uriOptional

This Object URL

acceptedOfferstring · uri[]Required

The offer(s) -- e.g., product, price specification, or payment method -- accepted by the customer

brokerstring · uriOptional

An entity that arranges for an exchange between a buyer and a seller.

confirmationNumberstringOptional

A number that confirms the order or payment.

customerstring · uriRequired

Party placing the order or paying the invoice.

discountnumber · floatOptional

Any discount applied to the order.

discountCodestringOptional

Code used to redeem a discount.

discountCurrencystring · enumOptional

The currency (in 3-letter ISO 4217 format) of the discount.

Possible values:
isGiftbooleanOptional

Indicates whether the order is a gift.

orderDatestring · date-timeRequired

Date order was placed.

orderNumberstringOptional

The identifier of the order.

orderStatusstring · enumOptional

The current status of the order.

Possible values:
orderItemstring · uri[]Required

The item(s) included in the order.

partOfInvoicestring · uriOptional

The order is a part of the referenced invoice.

paymentDueDatestring · date-timeOptional

The date that payment is due.

paymentMethodstringOptional

The name of the payment method used (e.g. Credit Card, Cash).

paymentMethodIdstringOptional

An identifier for the method of payment used (e.g. the last 4 digits of the credit card).

paymentUrlstring · uriOptional

A URL that can be used to pay for the order.

sellerstring · uriRequired

An entity which offers (sells / leases / licenses) the services / goods.

Responses
200

Successfully patched the object

application/json
patch
PATCH /orders/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer YOUR_SECRET_TOKEN
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 1273

{
  "id": "text",
  "at_context": "https://schema.org",
  "at_type": "Order",
  "identifier": "text",
  "image": "https://example.com",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "url": "https://example.com",
  "acceptedOffer": [
    "https://example.com"
  ],
  "billingAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "broker": "https://example.com",
  "confirmationNumber": "text",
  "customer": "https://example.com",
  "discount": 1,
  "discountCode": "text",
  "discountCurrency": "AED",
  "isGift": true,
  "orderDate": "2025-10-05T17:59:35.489Z",
  "orderNumber": "text",
  "orderStatus": "https://schema.org/OrderCancelled",
  "orderItem": [
    "https://example.com"
  ],
  "partOfInvoice": "https://example.com",
  "paymentDueDate": "2025-10-05T17:59:35.489Z",
  "paymentMethod": "text",
  "paymentMethodId": "text",
  "paymentUrl": "https://example.com",
  "seller": "https://example.com",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-10-05T17:59:35.489Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-10-05T17:59:35.489Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}
{
  "id": "text",
  "at_context": "https://schema.org",
  "at_type": "Order",
  "identifier": "text",
  "image": "https://example.com",
  "name": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "description": [
    {
      "at_value": "text",
      "at_language": "text"
    }
  ],
  "url": "https://example.com",
  "acceptedOffer": [
    "https://example.com"
  ],
  "billingAddress": {
    "at_type": "PostalAddress",
    "addressCountry": "text",
    "addressLocality": "text",
    "addressRegion": "text",
    "extendedAddress": "text",
    "postOfficeBoxNumber": "text",
    "postalCode": "text",
    "streetAddress": "text"
  },
  "broker": "https://example.com",
  "confirmationNumber": "text",
  "customer": "https://example.com",
  "discount": 1,
  "discountCode": "text",
  "discountCurrency": "AED",
  "isGift": true,
  "orderDate": "2025-10-05T17:59:35.489Z",
  "orderNumber": "text",
  "orderStatus": "https://schema.org/OrderCancelled",
  "orderItem": [
    "https://example.com"
  ],
  "partOfInvoice": "https://example.com",
  "paymentDueDate": "2025-10-05T17:59:35.489Z",
  "paymentMethod": "text",
  "paymentMethodId": "text",
  "paymentUrl": "https://example.com",
  "seller": "https://example.com",
  "tags": [
    {
      "name": "text",
      "val": "text"
    }
  ],
  "meta": {
    "objectVersion": 1,
    "objectType": "text",
    "namespace": "text",
    "createdAt": "2025-10-05T17:59:35.489Z",
    "createdBy": "text",
    "lastUpdatedAt": "2025-10-05T17:59:35.489Z",
    "lastUpdatedBy": "text",
    "lastUpdateCorrelationID": "text"
  }
}

Delete Object

delete
Authorizations
Path parameters
idstringRequired

ID of the object to delete

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Responses
200

Successfully deleted the object

delete
DELETE /orders/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer YOUR_SECRET_TOKEN
X-ObjectsGrid-AccessPoint: EU
Accept: */*

No content

List objects

get

This operation supports Elastic Search Query DSL query format

Authorizations
Query parameters
langstringOptional

BCP 47 language code

Example: fr, de, de-AT, cy-GB
querystringOptional

Elastic Search Query DSL.

Example: { "query": { "match_all": {} } }
fromintegerOptional

Defines the starting record number for retrieval.

sizeintegerOptional

Defines the number of records to retrieve.

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU or US depending on where your Organization Account is located

Possible values:
X-ObjectsGrid-RestApiVersionstringOptional

This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'

X-ObjectsGrid-SessionIDstringOptional

This header allows you to provide a Session ID to be traced through the request stack and returned in the response.

Responses
200

Successfully listed the objects

application/json
get
GET /orders HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer YOUR_SECRET_TOKEN
X-ObjectsGrid-AccessPoint: EU
Accept: */*
[
  {
    "id": "text",
    "at_context": "https://schema.org",
    "at_type": "Order",
    "identifier": "text",
    "image": "https://example.com",
    "name": [
      {
        "at_value": "text",
        "at_language": "text"
      }
    ],
    "description": [
      {
        "at_value": "text",
        "at_language": "text"
      }
    ],
    "url": "https://example.com",
    "acceptedOffer": [
      "https://example.com"
    ],
    "billingAddress": {
      "at_type": "PostalAddress",
      "addressCountry": "text",
      "addressLocality": "text",
      "addressRegion": "text",
      "extendedAddress": "text",
      "postOfficeBoxNumber": "text",
      "postalCode": "text",
      "streetAddress": "text"
    },
    "broker": "https://example.com",
    "confirmationNumber": "text",
    "customer": "https://example.com",
    "discount": 1,
    "discountCode": "text",
    "discountCurrency": "AED",
    "isGift": true,
    "orderDate": "2025-10-05T17:59:35.489Z",
    "orderNumber": "text",
    "orderStatus": "https://schema.org/OrderCancelled",
    "orderItem": [
      "https://example.com"
    ],
    "partOfInvoice": "https://example.com",
    "paymentDueDate": "2025-10-05T17:59:35.489Z",
    "paymentMethod": "text",
    "paymentMethodId": "text",
    "paymentUrl": "https://example.com",
    "seller": "https://example.com",
    "tags": [
      {
        "name": "text",
        "val": "text"
      }
    ],
    "meta": {
      "objectVersion": 1,
      "objectType": "text",
      "namespace": "text",
      "createdAt": "2025-10-05T17:59:35.489Z",
      "createdBy": "text",
      "lastUpdatedAt": "2025-10-05T17:59:35.489Z",
      "lastUpdatedBy": "text",
      "lastUpdateCorrelationID": "text"
    }
  }
]

Last updated

Was this helpful?