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/
Returns data for the specified GUIDs. If this filter is specifed, all other filters will be ignored.
Provide the names of one or more workflows separated by comma (no spaces).
Provide the GUIDs of one or more offices separated by comma (no spaces).
Provide one or more email addresses that any of the Parts of the Item are From, separated by comma (no spaces). This includes Receive, Forward, ReturnOfForward and Response parts.
Provide one or more email addresses that any of the Parts of the Item are To, separated by comma (no spaces). This includes Receive, Forward, ReturnOfForward and Response parts.
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfis
https://us-api.tonicdm.com/workflow/rfis
https://de-api.tonicdm.com/workflow/rfis
https://ie-api.tonicdm.com/workflow/rfis
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfis?filterCc=rita%40argo-structural.com%2Cstuart%40pacific-architects.com&filterFrom=eddie%40atlas-gc.com&filterIds={id}%2C{id}%2C{id}&filterStages=open%2Cforwarded%2Cvoid&filterTo=patti%40argo-structural.com%2Cmel%40pacific-architects.com&filterWorkflows=rfi%2Csubmittal%2Cpco' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Successfully read the resource you requested. One or more records are returned in the form of an array.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
The overall title given to this Item, in the manner of the subject of an email. This will typically match the title
of the received
Part, but not always.
[ { "id": "be26af2278974fddb5fcf67d83c10de4" }, { "id": "be26af2278974fddb5fcf67d83c10de3" } ]
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
The overall title given to this Item, in the manner of the subject of an email. This will typically match the title
of the received
Part, but not always.
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfis
https://us-api.tonicdm.com/workflow/rfis
https://de-api.tonicdm.com/workflow/rfis
https://ie-api.tonicdm.com/workflow/rfis
curl -i -X POST \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfis \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"status": "active",
"project_id": "8e8aa42241794371ae9d0ed7b67a8c86",
"item_discipline": {
"id": "8e8aa42241794371ae9d0ed7b67a8c86"
},
"stage": "string",
"manual_stage": false,
"manual_received_datetime": "2019-08-24T14:15:22Z",
"manual_response_datetime": "2019-08-24T14:15:22Z",
"our_response_required_date": "2019-08-24",
"our_number": "string",
"our_revision": "string",
"our_title": "string",
"responsible_person_id": "8e8aa42241794371ae9d0ed7b67a8c86",
"reasonCode": {
"id": "8e8aa42241794371ae9d0ed7b67a8c86",
"brandId": "8e8aa42241794371ae9d0ed7b67a8c86",
"name": "string"
},
"parts": [
{
"part_type": "receive",
"status": "string",
"number": "string",
"revision": "string",
"title": "string",
"message": "string",
"item_id": "8e8aa42241794371ae9d0ed7b67a8c86",
"action_datetime": "2019-08-24T14:15:22Z",
"from_organization_id": "8e8aa42241794371ae9d0ed7b67a8c86",
"response_required_date": "2019-08-24",
"fileset_zone": "string",
"fileset_id": "8e8aa42241794371ae9d0ed7b67a8c86"
}
]
}'
Successfully created the resource you sent
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
The overall title given to this Item, in the manner of the subject of an email. This will typically match the title
of the received
Part, but not always.
{ "id": "8e8aa42241794371ae9d0ed7b67a8c86", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "status": "active", "project_id": "8e8aa42241794371ae9d0ed7b67a8c86", "item_discipline": { "id": "8e8aa42241794371ae9d0ed7b67a8c86", "initials": "string", "abbreviation": "string", "name": "string" }, "workflow_number": 0, "is_internal_forward": true, "stage": "string", "manual_stage": false, "manual_received_datetime": "2019-08-24T14:15:22Z", "manual_response_datetime": "2019-08-24T14:15:22Z", "our_response_required_date": "2019-08-24", "our_number": "string", "our_revision": "string", "our_title": "string", "responsible_person_id": "8e8aa42241794371ae9d0ed7b67a8c86", "reasonCode": { "id": "8e8aa42241794371ae9d0ed7b67a8c86", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "brandId": "8e8aa42241794371ae9d0ed7b67a8c86", "name": "string" }, "parts": [ { … } ] }
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
The overall title given to this Item, in the manner of the subject of an email. This will typically match the title
of the received
Part, but not always.
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfis
https://us-api.tonicdm.com/workflow/rfis
https://de-api.tonicdm.com/workflow/rfis
https://ie-api.tonicdm.com/workflow/rfis
curl -i -X PATCH \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfis \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": "8e8aa42241794371ae9d0ed7b67a8c86",
"status": "active",
"project_id": "8e8aa42241794371ae9d0ed7b67a8c86",
"item_discipline": {
"id": "8e8aa42241794371ae9d0ed7b67a8c86"
},
"stage": "string",
"manual_stage": false,
"manual_received_datetime": "2019-08-24T14:15:22Z",
"manual_response_datetime": "2019-08-24T14:15:22Z",
"our_response_required_date": "2019-08-24",
"our_number": "string",
"our_revision": "string",
"our_title": "string",
"responsible_person_id": "8e8aa42241794371ae9d0ed7b67a8c86",
"reasonCode": {
"id": "8e8aa42241794371ae9d0ed7b67a8c86",
"brandId": "8e8aa42241794371ae9d0ed7b67a8c86",
"name": "string"
},
"parts": [
{
"part_type": "receive",
"status": "string",
"number": "string",
"revision": "string",
"title": "string",
"message": "string",
"item_id": "8e8aa42241794371ae9d0ed7b67a8c86",
"action_datetime": "2019-08-24T14:15:22Z",
"from_organization_id": "8e8aa42241794371ae9d0ed7b67a8c86",
"response_required_date": "2019-08-24",
"fileset_zone": "string",
"fileset_id": "8e8aa42241794371ae9d0ed7b67a8c86"
}
]
}'
Successfully changed the resource you sent
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
The overall title given to this Item, in the manner of the subject of an email. This will typically match the title
of the received
Part, but not always.
{ "id": "8e8aa42241794371ae9d0ed7b67a8c86", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "status": "active", "project_id": "8e8aa42241794371ae9d0ed7b67a8c86", "item_discipline": { "id": "8e8aa42241794371ae9d0ed7b67a8c86", "initials": "string", "abbreviation": "string", "name": "string" }, "workflow_number": 0, "is_internal_forward": true, "stage": "string", "manual_stage": false, "manual_received_datetime": "2019-08-24T14:15:22Z", "manual_response_datetime": "2019-08-24T14:15:22Z", "our_response_required_date": "2019-08-24", "our_number": "string", "our_revision": "string", "our_title": "string", "responsible_person_id": "8e8aa42241794371ae9d0ed7b67a8c86", "reasonCode": { "id": "8e8aa42241794371ae9d0ed7b67a8c86", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "brandId": "8e8aa42241794371ae9d0ed7b67a8c86", "name": "string" }, "parts": [ { … } ] }