Containers
This resource allows you to fetch the manage the Container Information.
Pagination is supported for this resource. Click here to see the details of it.
You can retrieve the following information through this method.
Container ID
Container Description
GET (Group List)
This method allows you to fetch the Containers list.
Sample response payload
[
{
"recordid" : "String",
"id" : "String",
"description" : "String"
}
]