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/
The type of record this Certification definition applies to.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/certification-definitions
- Server located in the USA
https://us-api.tonicdm.com/core/certification-definitions
- Server located in Germany
https://de-api.tonicdm.com/core/certification-definitions
- Server located in Ireland
https://ie-api.tonicdm.com/core/certification-definitions
- 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/certification-definitions \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"status": "active",
"appliesTo": "project",
"name": "LEED Platinum",
"jurisdiction": "US"
}'
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.
The type of record this Certification definition applies to.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
{ "id": "2d407c21dcf748d1b437f51f966bfd5c", "datetimeCreated": "2021-11-03T16:21:02+00:00", "datetimeUpdated": "2024-04-20T16:21:02+00:00", "status": "active", "appliesTo": "project", "name": "LEED Platinum", "jurisdiction": "US" }
The type of record this Certification definition applies to.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/certification-definitions
- Server located in the USA
https://us-api.tonicdm.com/core/certification-definitions
- Server located in Germany
https://de-api.tonicdm.com/core/certification-definitions
- Server located in Ireland
https://ie-api.tonicdm.com/core/certification-definitions
- 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/certification-definitions \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": "2d407c21dcf748d1b437f51f966bfd5c",
"status": "active",
"appliesTo": "project",
"name": "LEED Platinum",
"jurisdiction": "US"
}'
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.
The type of record this Certification definition applies to.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
{ "id": "2d407c21dcf748d1b437f51f966bfd5c", "datetimeCreated": "2021-11-03T16:21:02+00:00", "datetimeUpdated": "2024-04-20T16:21:02+00:00", "status": "active", "appliesTo": "project", "name": "LEED Platinum", "jurisdiction": "US" }
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/certification-definitions
- Server located in the USA
https://us-api.tonicdm.com/core/certification-definitions
- Server located in Germany
https://de-api.tonicdm.com/core/certification-definitions
- Server located in Ireland
https://ie-api.tonicdm.com/core/certification-definitions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/certification-definitions \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'