Rateplans API

get listing

GET /api/rest/customer/v1/rateplans

Parameters

Name Description
filter[id] id 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.eyJzdWIiOjM0LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg3fQ.7O6fYX6pagVUDc2uMX7zZntPxU1nNbzrFXpejJ2jtAQ
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans

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/"364bd3a8994f34f81ce905cc05dea5fd"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0891a13a-189e-4593-8ac3-0a2d42923563
X-Runtime: 0.009234
Content-Length: 444

Status

200 OK

Body

{
  "data": [
    {
      "id": "4cb6b180-445e-11ef-b3ec-0242ac120003",
      "type": "rateplans",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/rateplans/4cb6b180-445e-11ef-b3ec-0242ac120003"
      },
      "attributes": {
        "name": "rateplan16"
      }
    }
  ],
  "meta": {
    "total-count": 1
  },
  "links": {
    "first": "http://example.org/api/rest/customer/v1/rateplans?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/customer/v1/rateplans?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}