NetworkTypes API

get listing

GET /api/rest/admin/network-types

Parameters

Name Description
filter[id] id filter
filter[name] name filter

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEzOCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNX0.PrbAwxEXq_PPOMGW7PD9jgLXNbGpJ1cAc4jg7f1zlVs
Host: example.org
Cookie: 

Route

GET /api/rest/admin/network-types

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"b65277cd08324cfcd6a9baf76cadde6a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 7265f738-0383-494f-a62a-35addf2b5b19
X-Runtime: 0.011726
Content-Length: 2781

Status

200 OK

Body

{
  "data": [
    {
      "id": "1",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/1"
      },
      "attributes": {
        "name": "Unknown"
      }
    },
    {
      "id": "2",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/2"
      },
      "attributes": {
        "name": "Landline"
      }
    },
    {
      "id": "3",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/3"
      },
      "attributes": {
        "name": "Mobile"
      }
    },
    {
      "id": "4",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/4"
      },
      "attributes": {
        "name": "National"
      }
    },
    {
      "id": "5",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/5"
      },
      "attributes": {
        "name": "Shared Cost"
      }
    },
    {
      "id": "6",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/6"
      },
      "attributes": {
        "name": "Toll-Free"
      }
    },
    {
      "id": "7",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/7"
      },
      "attributes": {
        "name": "Special Services"
      }
    },
    {
      "id": "8",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/8"
      },
      "attributes": {
        "name": "Short Code"
      }
    },
    {
      "id": "9",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/9"
      },
      "attributes": {
        "name": "Emergency"
      }
    },
    {
      "id": "10",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/10"
      },
      "attributes": {
        "name": "UIFN"
      }
    },
    {
      "id": "11",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/11"
      },
      "attributes": {
        "name": "Premium-rate, global telecommunication service"
      }
    },
    {
      "id": "12",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/12"
      },
      "attributes": {
        "name": "Paging"
      }
    },
    {
      "id": "13",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/13"
      },
      "attributes": {
        "name": "Supplementary services"
      }
    },
    {
      "id": "14",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/14"
      },
      "attributes": {
        "name": "Mobile/Paging"
      }
    },
    {
      "id": "15",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/15"
      },
      "attributes": {
        "name": "Satellite"
      }
    },
    {
      "id": "16",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/16"
      },
      "attributes": {
        "name": "Country Code"
      }
    },
    {
      "id": "17",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/17"
      },
      "attributes": {
        "name": "Network type 1"
      }
    },
    {
      "id": "18",
      "type": "network-types",
      "links": {
        "self": "http://example.org/api/rest/admin/network-types/18"
      },
      "attributes": {
        "name": "Network type 2"
      }
    }
  ],
  "meta": {
    "total-count": 18
  },
  "links": {
    "first": "http://example.org/api/rest/admin/network-types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/network-types?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}