GET /v1/network-groups
{
"meta": {
"total": 34,
"from": 4,
"to": 6,
"current_page": 2,
"last_page": 12,
"per_page": "3",
"fields": ["id", "name"]
},
"data": [
{"id": 10001, "name": "Adrecord"},
{"id": 10002, "name": "Adtraction"},
{"id": 10004, "name": "Avangate"},
...
}| Field Name | Type | Description |
|---|---|---|
meta | object | Metadata about the pagination. |
data | array | The array of network groups. |
meta Object| Field Name | Type | Description |
|---|---|---|
total | integer | The total number of items. |
limit | integer | The number of items per page. |
offset | integer | The offset of the current page. |
data Arraynetwork group Object| Field Name | Type | Description |
|---|---|---|
id | integer | The unique identifier of the network group. |
name | string | The name of the network group. |
| Parameter Name | Type | Required | Description |
|---|---|---|---|
fields | string | No | Limit to the return to the fields specified |
page | integer | No | The page number to retrieve. Defaults to 1. |
per_page | integer | No | The number of items per page. Defaults to 100. |