Sdp c locations API

get specific entry

GET /api/rest/admin/sdp-c-locations/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIyNCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4MTI3OTQwM30.WkndGfcjx1Vn4h4kmv6IAeTgOhn3Pysu6TGXPzIstXI
Host: example.org
Cookie: 

Route

GET /api/rest/admin/sdp-c-locations/0

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/"254c427ec4ffa3781f484ce74b0c0447"
cache-control: max-age=0, private, must-revalidate
x-request-id: d68db0d0-5af5-4fd6-9e13-a75b1b720a9c
x-runtime: 0.007042
content-length: 166

Status

200 OK

Body

{
  "data": {
    "id": "0",
    "type": "sdp-c-locations",
    "links": {
      "self": "http://example.org/api/rest/admin/sdp-c-locations/0"
    },
    "attributes": {
      "name": "On session and media level"
    }
  }
}