GET CarrierGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CarrierGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayName | string |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 255 |
|
| Inactive | boolean |
Required |
|
| Carriers | Collection of Carrier |
None. |
|
| UserField1 | string |
String length: inclusive between 0 and 255 |
|
| UserField2 | string |
String length: inclusive between 0 and 255 |
|
| UserField3 | string |
String length: inclusive between 0 and 255 |
|
| UserField4 | string |
String length: inclusive between 0 and 255 |
|
| UserField5 | string |
String length: inclusive between 0 and 255 |
|
| Number | string |
Required String length: inclusive between 0 and 255 |
|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| CreationUser | string |
String length: inclusive between 0 and 255 |
|
| ModifiedDate | date |
None. |
|
| ModifiedUser | string |
String length: inclusive between 0 and 255 |
Response Formats
application/json, text/json
Sample:
[
{
"DisplayName": "sample string 8 - sample string 1",
"Name": "sample string 1",
"Inactive": true,
"UserField1": "sample string 3",
"UserField2": "sample string 4",
"UserField3": "sample string 5",
"UserField4": "sample string 6",
"UserField5": "sample string 7",
"Number": "sample string 8",
"Id": "4d27cfef-55c7-47f6-9f08-4aa0d407c5ce",
"CreationDate": "2026-05-19T17:30:55.5539557+02:00",
"CreationUser": "sample string 10",
"ModifiedDate": "2026-05-19T17:30:55.5539557+02:00",
"ModifiedUser": "sample string 11"
},
{
"DisplayName": "sample string 8 - sample string 1",
"Name": "sample string 1",
"Inactive": true,
"UserField1": "sample string 3",
"UserField2": "sample string 4",
"UserField3": "sample string 5",
"UserField4": "sample string 6",
"UserField5": "sample string 7",
"Number": "sample string 8",
"Id": "4d27cfef-55c7-47f6-9f08-4aa0d407c5ce",
"CreationDate": "2026-05-19T17:30:55.5539557+02:00",
"CreationUser": "sample string 10",
"ModifiedDate": "2026-05-19T17:30:55.5539557+02:00",
"ModifiedUser": "sample string 11"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.