GET ContainerGroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ContainerGroup
NameDescriptionTypeAdditional information
DisplayName

string

None.

Name

string

Required

String length: inclusive between 0 and 255

Inactive

boolean

Required

Containers

Collection of Container

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": "5b29b1e9-6727-43bd-988c-55a525757563",
    "CreationDate": "2026-05-19T17:30:56.0902094+02:00",
    "CreationUser": "sample string 10",
    "ModifiedDate": "2026-05-19T17:30:56.0902094+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": "5b29b1e9-6727-43bd-988c-55a525757563",
    "CreationDate": "2026-05-19T17:30:56.0902094+02:00",
    "CreationUser": "sample string 10",
    "ModifiedDate": "2026-05-19T17:30:56.0902094+02:00",
    "ModifiedUser": "sample string 11"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.