Pops API

get listing

GET /api/rest/admin/pops

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

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

Route

GET /api/rest/admin/pops

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/"a6d726225448ab59cf850cd41cf723c2"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3ae03616-22f9-461a-920d-7e3ce6a47291
x-runtime: 0.006350
content-length: 348

Status

200 OK

Body

{
  "data": [
    {
      "id": "10",
      "type": "pops",
      "links": {
        "self": "http://example.org/api/rest/admin/pops/10"
      },
      "attributes": {
        "name": "Point of presence 10"
      }
    }
  ],
  "meta": {
    "total-count": 1
  },
  "links": {
    "first": "http://example.org/api/rest/admin/pops?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/pops?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}