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.eyJleHAiOjE3MTAyNTQ3MzcsInN1YiI6MTkwfQ.rMrQd5mqS829YPJUcO8K_63LgjmKbhv8PzU0Ara7TQ0
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-Download-Options: noopen
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: d53c753a-1d0e-4a40-91e8-cac6096d2a79
X-Runtime: 0.010166
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"
    }
  }
}