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
Route
GET /api/rest/customer/v1/network-types
Response
Headers
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"
}
}