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/workflow/rfi-integrations-list
- Server located in the USA
https://us-api.tonicdm.com/workflow/rfi-integrations-list
- Server located in Germany
https://de-api.tonicdm.com/workflow/rfi-integrations-list
- Server located in Ireland
https://ie-api.tonicdm.com/workflow/rfi-integrations-list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-integrations-list?platform=egnyte&searchQuery={%22example%22}&pageSize=100&pageNumber=1&sortDirection=asc' \
-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 TonicDM user's token for the cloud platform must be set up and have access to the resources in the 3rd party system.
The date and time this record was sent to the User's organization. This value might be explicitly passed by the 3rd party system, or a substitute value might be determined by Tonic if the Sent datetime cannot be found. If this is an empty string, the datetime that it was sent to (recieved by) the User's organization could be determined.
The title or subject of the record in the 3rd party system.
[ { "3rdPartyId": "string", "recievedDatetime": "2019-08-24T14:15:22Z", "status": "string", "number": "string", "revision": "string", "title": "string" } ]
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-integrations
- Server located in the USA
https://us-api.tonicdm.com/workflow/rfi-integrations
- Server located in Germany
https://de-api.tonicdm.com/workflow/rfi-integrations
- Server located in Ireland
https://ie-api.tonicdm.com/workflow/rfi-integrations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-integrations?platform=egnyte&searchQuery={%22example%22}&pageSize=100&pageNumber=1&sortDirection=asc' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Successfully read the resource you requested. The TonicDM user's token for the cloud platform must be set up and have access to the resources in the 3rd party system.
The date and time this record was created in the 3rd Party System.
The date and time this record was last updated in the 3rd Party System.
The date and time this record was sent to the User's organization from the 3rd Party System. This value might be explicitly passed by the 3rd party system, or a substitute value might be determined by Tonic if the Sent datetime cannot be found. If this is an empty string, the datetime that it was sent to (recieved by) the User's organization could be determined.
The title or subject of the record in the 3rd party system.
The message accompanying this transaction, in the manner of the body of an email.
[ { "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "3rdPartyId": "string", "recievedDatetime": "2019-08-24T14:15:22Z", "status": "string", "number": "string", "revision": "string", "title": "string", "message": "string", "addressees": [ … ] } ]
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-integrations
- Server located in the USA
https://us-api.tonicdm.com/workflow/rfi-integrations
- Server located in Germany
https://de-api.tonicdm.com/workflow/rfi-integrations
- Server located in Ireland
https://ie-api.tonicdm.com/workflow/rfi-integrations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-integrations \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"brandId": "8e8aa42241794371ae9d0ed7b67a8c86",
"name": "string"
}'
{ "id": "8e8aa42241794371ae9d0ed7b67a8c86", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "brandId": "8e8aa42241794371ae9d0ed7b67a8c86", "name": "string" }