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.eyJzdWIiOjM0LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzMxNTc4MjI5fQ.wa6k3q-JED4FfsErxurcptnn3uc9UGl5Bu-pdPEJZkw
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/"bcca57a221e78b3541c5e91409b70b55"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 88195ff1-401a-4dd1-afcf-b195c0386532
X-Runtime: 0.008683
Content-Length: 444

Status

200 OK

Body

{
  "data": [
    {
      "id": "ac115b30-a26e-11ef-a008-0242ac120003",
      "type": "rateplans",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/rateplans/ac115b30-a26e-11ef-a008-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"
  }
}