TonicDM Product API (0.0.5)

Main Product API

Download OpenAPI description
Languages
Servers
Mock server

https://developers-internal.tonicdm.com/_mock/tonicdm-product/

Server located in the USA

https://us-api.tonicdm.com/

Server located in Germany

https://de-api.tonicdm.com/

Server located in Ireland

https://ie-api.tonicdm.com/

Organizations

Data on Organizations (includes both staff and contacts, so these do not need to be looked up separately and combined).

Operations

People

Data on People (includes both staff and contacts, so these do not need to be looked up separately and combined).

Operations

Projects

The list of Projects for the customer.

Operations

Teams

The list of People associated with a Project.

Operations

Add to Team

Request

Submit an array of ProjectMember objects to add EmailAddresses to the project. You cannot add Organizations or Offices to the project directly. The Office that will display is a property of the EmailAddress added. The Brand can be specified, but typically will be ommitted and default based on the EmailAddress.

Query
projectIdstring(CompactUUID)^[0-9a-fA-F]{32}$required
Example: projectId=8e8aa42241794371ae9d0ed7b67a8c86
Bodyapplication/json
emailAddressIdstring(CompactUUID)^[0-9a-fA-F]{32}$
Example: "8e8aa42241794371ae9d0ed7b67a8c86"
brandIdstring(CompactUUID)^[0-9a-fA-F]{32}$
Example: "8e8aa42241794371ae9d0ed7b67a8c86"
projectIdstring(CompactUUID)^[0-9a-fA-F]{32}$
Example: "8e8aa42241794371ae9d0ed7b67a8c86"
ProjectMemberStatusstring(ProjectMemberStatus)

The status of a Person relative to a Project.

Default "nonmember"
Enum"active""inactive""deleted""nonmember"
isExecutiveboolean

Determines whether this Person has the rights of a project Executive on this Project. This parameter can only be set by a user who is an Organization Admin.

curl -i -X POST \
  'https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/team?projectId=8e8aa42241794371ae9d0ed7b67a8c86' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "emailAddressId": "8e8aa42241794371ae9d0ed7b67a8c86",
    "brandId": "8e8aa42241794371ae9d0ed7b67a8c86",
    "projectId": "8e8aa42241794371ae9d0ed7b67a8c86",
    "ProjectMemberStatus": "active",
    "isExecutive": true
  }'

Responses

Successfully created the resource you sent

Response
No content

Groups

The list of Groups associated with a Prject.

Operations

Notes

Operations relating to the Notes that can be attached to various items.

Operations

Disciplines

Disciplines are recognized areas of professional expertise.

Operations

Certifications

Certifications recognize areas of professional specialty or project accomplishments.

Operations

Filesets

APIs to the Fileset module for accessing all files attached to objects in TonicDM.

Operations

Manual Uploading

APIs to the Fileset module for uploading files to the TonicDM cloud.

Operations

Cloud File Systems

Managing cloud file systems that TonicDM can connect to.

Operations

Correspondence

Managing Correspondence Data

Operations

File Transfers

APIs to the File Transfers Workflow module.

Operations

RFIs

APIs to the RFIs Workflow module.

Operations

Submittals

APIs to the Submittals Workflow module.

Operations

PCOs

APIs to the PCOs Workflow module.

Operations

COs

APIs to the COs Workflow module.

Operations

Tasks

APIs to the Tasks Workflow module.

Operations