TonicDM Product API (0.0.5)
Main Product API
https://developers-internal.tonicdm.com/_mock/tonicdm-product/
https://us-api.tonicdm.com/
https://de-api.tonicdm.com/
https://ie-api.tonicdm.com/
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups
- Server located in the USA
https://us-api.tonicdm.com/core/groups
- Server located in Germany
https://de-api.tonicdm.com/core/groups
- Server located in Ireland
https://ie-api.tonicdm.com/core/groups
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups?filterProjectId={id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Successfully read the resource you requested. One or more records are returned in the form of an array.
The date and time this Certification definition was created.
The date and time this Certification definition was last updated.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
the emailAddress UUID of the creator or last updater of the group.
The purpose of the group; where it should be used.
[ { "id": "7c2a254c392a4f0aafe08853d7bb2ba7", "datetimeCreated": "2024-06-15T14:31:23-08:00", "datetimeUpdated": "2024-06-15T14:31:23-08:00", "status": "active", "projectId": "f71f272f752c4307b36c5124688562c4", "ownerId": "e913a8f228cb4f1981d577e05d64a83b", "name": "Facilities Advisory Group", "scope": "shared", "members": [ … ] }, { "id": "96718bdfc0ca4cddb8bdac212d4c72a3", "datetimeCreated": "2025-12-22T09:45:12-08:00", "datetimeUpdated": "2025-12-22T09:45:12-08:00", "status": "active", "projectId": "f71f272f752c4307b36c5124688562c4", "ownerId": "e913a8f228cb4f1981d577e05d64a83b", "name": "AOC Meeting", "scope": "shared", "members": [ … ] } ]
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
The purpose of the group; where it should be used.
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups
- Server located in the USA
https://us-api.tonicdm.com/core/groups
- Server located in Germany
https://de-api.tonicdm.com/core/groups
- Server located in Ireland
https://ie-api.tonicdm.com/core/groups
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"status": "active",
"projectId": "f71f272f752c4307b36c5124688562c4",
"ownerId": "e913a8f228cb4f1981d577e05d64a83b",
"name": "Facilities Advisory Group",
"scope": "shared",
"members": [
{
"emailAddressId": "496061e05a9b43a98d7cdfb0ad15e158",
"addressPart": "to"
},
{
"emailAddressId": "74c92be965a94f8c96e79380dbf3ffe3",
"addressPart": "cc"
}
]
}'
Successfully created the resource you sent
The date and time this Certification definition was created.
The date and time this Certification definition was last updated.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
the emailAddress UUID of the creator or last updater of the group.
The purpose of the group; where it should be used.
{ "id": "7c2a254c392a4f0aafe08853d7bb2ba7", "datetimeCreated": "2024-06-15T14:31:23-08:00", "datetimeUpdated": "2024-06-15T14:31:23-08:00", "status": "active", "projectId": "f71f272f752c4307b36c5124688562c4", "ownerId": "e913a8f228cb4f1981d577e05d64a83b", "name": "Facilities Advisory Group", "scope": "shared", "members": [ { … }, { … } ] }
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
The purpose of the group; where it should be used.
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups
- Server located in the USA
https://us-api.tonicdm.com/core/groups
- Server located in Germany
https://de-api.tonicdm.com/core/groups
- Server located in Ireland
https://ie-api.tonicdm.com/core/groups
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": "7c2a254c392a4f0aafe08853d7bb2ba7",
"status": "active",
"projectId": "f71f272f752c4307b36c5124688562c4",
"ownerId": "e913a8f228cb4f1981d577e05d64a83b",
"name": "Facilities Advisory Group",
"scope": "shared",
"members": [
{
"emailAddressId": "496061e05a9b43a98d7cdfb0ad15e158",
"addressPart": "to"
},
{
"emailAddressId": "74c92be965a94f8c96e79380dbf3ffe3",
"addressPart": "cc"
}
]
}'
Successfully updated the resource you requested
The date and time this Certification definition was created.
The date and time this Certification definition was last updated.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
the emailAddress UUID of the creator or last updater of the group.
The purpose of the group; where it should be used.
{ "id": "7c2a254c392a4f0aafe08853d7bb2ba7", "datetimeCreated": "2024-06-15T14:31:23-08:00", "datetimeUpdated": "2024-06-15T14:31:23-08:00", "status": "active", "projectId": "f71f272f752c4307b36c5124688562c4", "ownerId": "e913a8f228cb4f1981d577e05d64a83b", "name": "Facilities Advisory Group", "scope": "shared", "members": [ { … }, { … } ] }