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/
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.
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups
https://us-api.tonicdm.com/core/groups
https://de-api.tonicdm.com/core/groups
https://ie-api.tonicdm.com/core/groups
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.
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/groups
https://us-api.tonicdm.com/core/groups
https://de-api.tonicdm.com/core/groups
https://ie-api.tonicdm.com/core/groups
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": [ { … }, { … } ] }