Sdp c locations API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIwNywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0MH0.izjYEC-F4HvpH2lTJ6cJSBjBcIwSOFqEJHH9pD-ZsXU
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: 85c28f12-15fc-40c9-9ae3-e5711f73265a
X-Runtime: 0.006672
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"
    }
  }
}