NetworkTypes API

get listing

GET /api/rest/customer/v1/network-types

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.eyJzdWIiOjI4LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg3fQ.9GhV4r6FVvdXuQLkiVBruIYYPWp0Qg35s5TAGtTlLDQ
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-types

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/"cb047650d8fed5ce0f3e8800b3285ba9"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: e8875c60-70d5-4548-959b-ec675c3c678d
X-Runtime: 0.011888
Content-Length: 2843

Status

200 OK

Body

{
  "data": [
    {
      "id": "1ee3eda4-585f-11ee-9c63-2e13d2150000",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/1ee3eda4-585f-11ee-9c63-2e13d2150000"
      },
      "attributes": {
        "name": "Short Code"
      }
    },
    {
      "id": "22a20534-585f-11ee-a021-2e13d2150000",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/22a20534-585f-11ee-a021-2e13d2150000"
      },
      "attributes": {
        "name": "Emergency"
      }
    },
    {
      "id": "52bfa8f7-383a-4bcf-90b4-43e4b3087af6",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/52bfa8f7-383a-4bcf-90b4-43e4b3087af6"
      },
      "attributes": {
        "name": "Premium-rate, global telecommunication service"
      }
    },
    {
      "id": "706ab0ee-f258-11ed-b425-00ffaa112233",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/706ab0ee-f258-11ed-b425-00ffaa112233"
      },
      "attributes": {
        "name": "Landline"
      }
    },
    {
      "id": "706ab648-f258-11ed-b425-00ffaa112233",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/706ab648-f258-11ed-b425-00ffaa112233"
      },
      "attributes": {
        "name": "Mobile"
      }
    },
    {
      "id": "706ab80a-f258-11ed-b425-00ffaa112233",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/706ab80a-f258-11ed-b425-00ffaa112233"
      },
      "attributes": {
        "name": "National"
      }
    },
    {
      "id": "706ab9b8-f258-11ed-b425-00ffaa112233",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/706ab9b8-f258-11ed-b425-00ffaa112233"
      },
      "attributes": {
        "name": "Shared Cost"
      }
    },
    {
      "id": "706abb48-f258-11ed-b425-00ffaa112233",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/706abb48-f258-11ed-b425-00ffaa112233"
      },
      "attributes": {
        "name": "Toll-Free"
      }
    },
    {
      "id": "706abcce-f258-11ed-b425-00ffaa112233",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/706abcce-f258-11ed-b425-00ffaa112233"
      },
      "attributes": {
        "name": "Special Services"
      }
    },
    {
      "id": "baa5f68c-f27f-4649-acd2-e2b080b33906",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/baa5f68c-f27f-4649-acd2-e2b080b33906"
      },
      "attributes": {
        "name": "UIFN"
      }
    },
    {
      "id": "bc1acc61-a33a-4bfd-bf76-bc7de30fb60c",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/bc1acc61-a33a-4bfd-bf76-bc7de30fb60c"
      },
      "attributes": {
        "name": "Network type 9"
      }
    },
    {
      "id": "d088d41e-52f7-11ea-a7a7-525400429a0c",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/d088d41e-52f7-11ea-a7a7-525400429a0c"
      },
      "attributes": {
        "name": "Unknown"
      }
    }
  ],
  "meta": {
    "total-count": 12
  },
  "links": {
    "first": "http://example.org/api/rest/customer/v1/network-types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/customer/v1/network-types?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}