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.eyJzdWIiOjM0LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzEwMjU0MjAzfQ._EsTKydJYLkZ-NOfSxhriTleLWAiqcoL0qiSE7NcPfY
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/"c0771bd385f3b53d7ebc401bb62f3fbb"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 3cfc56a5-ab44-495a-92ca-2eac797eab35
X-Runtime: 0.008247
Content-Length: 444

Status

200 OK

Body

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