Sdp c locations API

get listing

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

Parameters

Name Description
filter[id] id filter
filter[name] name filter
filter[name-eq] name eq filter
filter[name-not-eq] name not eq filter
filter[name-cont] name cont filter
filter[name-start] name start filter
filter[name-end] name end filter
filter[name-in] name in filter
filter[name-not-in] name not in filter
filter[name-cont-any] name cont any filter

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzcsInN1YiI6MTg5fQ.9O6fyBLIO6QWguS9RrP9uqSDdDyMzu7oQuPo-RCkzsw
Host: example.org
Cookie: 

Route

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

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/"4091a50ab12ae7f42593eb5265e9fea5"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 33625474-6cec-41fb-abd2-f6f698a72ae6
X-Runtime: 0.009193
Content-Length: 690

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"
      }
    },
    {
      "id": "1",
      "type": "sdp-c-locations",
      "links": {
        "self": "http://example.org/api/rest/admin/sdp-c-locations/1"
      },
      "attributes": {
        "name": "On session level"
      }
    },
    {
      "id": "2",
      "type": "sdp-c-locations",
      "links": {
        "self": "http://example.org/api/rest/admin/sdp-c-locations/2"
      },
      "attributes": {
        "name": "On media level"
      }
    }
  ],
  "meta": {
    "total-count": 3
  },
  "links": {
    "first": "http://example.org/api/rest/admin/sdp-c-locations?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/sdp-c-locations?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}