Main Product API
Main Product API
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/filetransfers?filterIds={id}%2C{id}%2C{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.
UUID without hyphens (32 characters)
[not implemented yet] The date and time this Item was last updated.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
This is true if this is an incoming request for us to send a FileTransfer to another party.
The date by which we need to respond an incoming request for us to send a FileTransfer to another party.
[not implemented yet] True if all the addressees in the FileTransfer are internal to the organization.
[ { "id": "be26af2278974fddb5fcf67d83c10de4" }, { "id": "be26af2278974fddb5fcf67d83c10de3" } ]
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/filetransfer-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)
The type of Part.
forward
: A FileTransfer that was sent out unsolicited (not in response to an incoming request) / Part "status": "active"
; or a FileTransfer Request that was sent out / Part "status": "request"
receive
: An incoming FileTransfer that was received by us from another party / Part "status": "active"
; or an incoming FileTransfer Request that was received by us / Part "status": "request"
response
: A FileTransfer sent out by us in response to a FileTransfer Request we had received from another party / Part "status": "active"
return_of_forward
: An incoming FileTransfer that was received by us in response to an outgoing request / Part "status": "active"
;shows whether the Part was created by a user or the system (delivering a FileTransfer sent to you).
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
Change this to move the Part to a different Item. This could be used in the File Transfer to merge a request and a response into the same Item.
[ { "id": "be26af2278974fddb5fcf67d83c10de4" }, { "id": "be26af2278974fddb5fcf67d83c10de3" } ]