Get the list of Groups for a Project. This endpoint has no features for filtering or sorting the groups; all groups are returned.
Security
OAuth2(Required scopes: read)
- Mock serverhttps://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups/select
- API server located in the USAhttps://api.us.tonicdm.com/v3/core/groups/select
curl -i -X POST \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups/select \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"filterProjectId": "8e8aa42241794371ae9d0ed7b67a8c86"
}'Successfully read the resource you requested. One or more records are returned in the form of an array.
Response
{ "status": "success", "data": [ { … }, { … } ], "metadata": { "timestamp": "2024-11-04T10:30:00Z", "correlation_id": "abc-123", "page": 1, "total_pages": 1, "total_records": 2 } }