Teamwork Connect
Teamwork Connect provides customers with direct, secure access to their Teamwork.com data. It enables seamless integration with supported BI tools, allowing users to analyze, visualize, and combine their Teamwork.com data with existing business datasets.
An API was created around this datasets to simplify existing customer flows with a standardized approach. This API follows the same authentication mechanisms from other Teamwork.com APIs.
The following features are available:
Ordering: You can order the results by using the
orderBy
query string parameter, and define the order direction usingorderMode
(asc
ordesc
). The default order is ascending.Sparse fields: You can reduce the size of the response by using the
fields
query string parameter. This allows you to specify which fields you want to include in the response, reducing the amount of data transferred.Pagination: You can paginate the results by using the
limit
(default to 1000) andcursor
. The cursor is provided inside themeta
section in the response when there's a next page available.
Since this is a generic API it doesn't allow filtering.