977 B
977 B
Active Collab API
Note: I have tested this API against the Cloud-Hosted version of Active-Collab, not with the self-hosted installation!
Useful links
- https://developers.activecollab.com/api-documentation/index.html
- https://github.com/activecollab/activecollab-feather-sdk
- https://stackoverflow.com/questions/tagged/activecollab
Workflow
- Login with username and password to Authentication Server and get back the
intentfor the user - Request a token for some Account (user could have multiple accounts) using the Account
urland the usersintent - Use the token to authenticate for every other API-Call
CLI (Work in progress)
activecollab [options] [command] [object] [arguments]
Options
- config= - read config from file (json)
Command
- list
- get
- create
- update
- delete
Object
- info - get Info like version nummer from server
- project
- task
- subtask
- people
- invoice