GET api/v1/businessgroups
List business group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter |
Filter records |
ListBusinessGroupV1Filter |
None. |
Body Parameters
None.
Response Information
Resource Description
Retrieve a list of business groups
ListBusinessGroupV1Response| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessGroups |
List of business groups |
Collection of ListBusinessGroupV1ResponseBusinessGroup |
None. |
| Total |
Total number of records matching the request |
integer (32 bits) |
Required Example value: 42 Range: inclusive between 0 and 2147483647 |
Response Formats
application/json
Sample:
{
"BusinessGroups": [
{
"BusinessGroupId": "b62f29ff-919a-4da7-8dfe-2655850c53d4",
"Name": "Business Group",
"Description": "Business Group",
"Number": "BG1234",
"CustomerId": "7d8afb70-79e8-44c0-a819-9ac742506452",
"CreateDate": "2018-12-31T21:59:59.999+00:00",
"LastUpdateDate": "2018-12-31T21:59:59.999+00:00"
},
{
"BusinessGroupId": "b62f29ff-919a-4da7-8dfe-2655850c53d4",
"Name": "Business Group",
"Description": "Business Group",
"Number": "BG1234",
"CustomerId": "7d8afb70-79e8-44c0-a819-9ac742506452",
"CreateDate": "2018-12-31T21:59:59.999+00:00",
"LastUpdateDate": "2018-12-31T21:59:59.999+00:00"
}
],
"Total": 42
}