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.eyJzdWIiOjI4LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzEwMjU0MjAyfQ.wLOplIuyUgYwuffMOv5C80uCn6cV9uPN94Syy5Z3lAM
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/"c8ebae0126c05df115ce8a5b57a2d439"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 979e9d9d-bd34-41b3-9eb8-9c4cdcc9c1f9
X-Runtime: 0.010118
Content-Length: 2843

Status

200 OK

Body

{
  "data": [
    {
      "id": "1e4bcd32-99e6-40cc-ae65-bec448504a3d",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/network-types/1e4bcd32-99e6-40cc-ae65-bec448504a3d"
      },
      "attributes": {
        "name": "Network type 9"
      }
    },
    {
      "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": "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"
  }
}