OutgoingNumberlistItem API

get specific entry

GET /api/rest/customer/v1/outgoing-numberlist-items/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo0MiwiZXhwIjoxNzY3MzU4MDM1fQ.M01Uz5XDM5YDrQSXd3WSVRGuI-Hxc7EtoQSx_esc83s
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/outgoing-numberlist-items/7

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"2342b4982d48bed54ed59aa1670d56d2"
cache-control: max-age=0, private, must-revalidate
x-request-id: d297b361-d718-462a-9368-47fa0170ba3c
x-runtime: 0.008520
content-length: 450

Status

200 OK

Body

{
  "data": {
    "id": "7",
    "type": "outgoing-numberlist-items",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/outgoing-numberlist-items/7"
    },
    "attributes": {
      "key": "test-key",
      "action-id": 1
    },
    "relationships": {
      "outgoing-numberlist": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/outgoing-numberlist-items/7/relationships/outgoing-numberlist",
          "related": "http://example.org/api/rest/customer/v1/outgoing-numberlist-items/7/outgoing-numberlist"
        }
      }
    }
  }
}