Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
AC.pngImage Added

Excerpt

...

ActiveCollab offers project management and collaboration solutions. With a complete set of data points available from their API, ActiveCollab users can extend and enhance their usage with the power of GlobalCapture’s automation platform.

...

Info

ActiveCollab API’s are documented here:

https://developers.activecollab.com/api-documentation/index.html

Available Integrations

Filter by label (Content by label)
showLabelsfalse
max500
maxCheckboxtrue
showSpacefalse
reversefalse
excerptTyperich content
cqllabel = "activecollab"

Notes on ActiveCollab

  • Documentation on authentication is incorrect. For working functional examples, refer to their Git repo here.

    • Authentication requires two requests.

      1. A POST to external/login

      2. A POST to issue-token-intent

    • Requests to API endpoints after login must include an additional header X-Angie-AuthApiToken, with the token value returned from issue-token-intent.

  • Some requests may be paged. Be sure to understand request paging and account for it accordingly in your flows.

    • Specify the page of interest in with the ‘page’ query parameter.