Main Product API
Main Product API
curl -i -X DELETE \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfis?id=8e8aa42241794371ae9d0ed7b67a8c86' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Get the details of Parts of RFIs stored in the Workflow module, either by specifying one or more RFI Items to get all the Parts for those RFIs, or by specifying the GUIDs of the Parts themselves. Parts are the actions that have occured for an Item, eg. when the Item was received, when it was forwarded etc.
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-parts?filterIds={id}%2C{id}%2C{id}&filterPartIds={PartId}%2C{PartId}%2C{PartId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Successfully read the resource you requested. One or more records are returned in the form of an array.
UUID without hyphens (32 characters)
An Item Part represents a transaction, which can be one of four functional types.
Indicates whether this Part was created with user-supplied information or whether it was created automatically by TonicDM (as the delivery of an item sent through TonicDM). Only user
Parts can be edited.
UUID without hyphens (32 characters)
The Workflow that this Part belongs to. Note that this is redundant with the Workflow assigned at the Item level.
The recorded datetime that the transaction represented by this Part took place. It may be different from the datetimeCreated
when the transaction is manually entered.
UUID without hyphens (32 characters)
UUID without hyphens (32 characters)
[ { "id": "be26af2278974fddb5fcf67d83c10de4" }, { "id": "be26af2278974fddb5fcf67d83c10de3" } ]
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-integrations-list?pageNumber=1&pageSize=100&platform=egnyte&searchQuery={%22example%22}&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" } ]