Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Child pages (Children Display)
depth1
allChildrentrue
style
sortAndReverse
excerptTypesimple
first0

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.