Groups List
GET
/v1/Groups
List groups with an optional filter
Parameters
Query Parameters
$filterstring
Generic OData filtering. See documentation
Example
name eq 'mygroup'Responses
OK
application/json
JSON
[
{
"id": 0,
"type": "string",
"projectId": 0,
"name": "string",
"description": "string",
"parentId": 0,
"externalId": "string",
"buisnessUnitId": 0
}
]
GET
/v1/Groups