Questions tagged [activecollab]

Active Collab is project collaboration system. It's a commercial product developed using PHP and MySQL.

Active Collab was originally released as an open source alternative to Basecamp in July 2006. One year after that, original author of the project founded a company and released a new, rewritten version of the application (Active Collab 1.0, in October 2007). New version was released under the terms of proprietary license, but customers still received full source code of the application.

Original open source version continues to live through various forks (Project Pier, Feng Office etc).

Active Collab offers JSON over HTTP API that allows developers to read, update and delete the data within the system. It also features webhooks, so external systems can receive notifications when events happen in Active Collab.

System Requirements for Active Collab 5 are:

  1. PHP 5.6 or newer
  2. MySQL 5.5.3 or newer
  3. Web server capable of running PHP

Application itself is platform independent and runs well on Windows, Linux, Mac etc powered servers.

149 questions
2
votes
1 answer

Active Collab 5 Webhooks / Maintaining "metric" data

I have an application I am working on that basically takes the data from Active Collab and creates reports / graphs out of the data. The API itself is insufficient to get the proper data on a per request basis so I resorted to pulling the data down…
Jordan Ramstad
  • 169
  • 3
  • 8
  • 37
2
votes
2 answers

Unable to retrieve unlimited number of record via API

We are struggling to mine all time records for this year via API. We have tried to include the :dont_limit_result GET variable and set it to 1, however it did not help us. The version that we use is ACTIVE COLLAB 5.11.0, the URL we are hitting:…
Karol
  • 21
  • 2
2
votes
1 answer

How do I get a list of open tasks for a single user using the Active Collab 5 API?

The self hosted Active Collab 5 has the following API documentation: https://developers.activecollab.com/api-documentation/index.html The problem is, there is not a clear way to pull a list of open tasks (across all projects) for a single user. This…
2
votes
1 answer

Active Collab notify user when create, close or reopen task using API

I have created task using Active Collab API also working with close task and reopen task using API. Now if I create or close or reopen task then want to notify user but I don't know how to do this using Active Collab API. Below is my code for create…
Dhaval
  • 1,393
  • 5
  • 29
  • 55
2
votes
1 answer

Complete Active Colab Task Using API

I am integrating Active Colab with my Magento site. I have successfully created a new task using API but I want to complete this task using API. So what I want to do is if I complete the task in Active Collab that task automatically be completed on…
Dhaval
  • 1,393
  • 5
  • 29
  • 55
2
votes
1 answer

Active Collab API issue with attach file or image

I am creating API for creates task in Active Collab and I have been successful for get and set name of new task, message and due date. However, when I insert image or file it's not creating task. Below is my code so please help me to solve it. try…
Dhaval
  • 1,393
  • 5
  • 29
  • 55
2
votes
1 answer

Cross-project time-record filtering using Active Collab 5 API

For Active Collab team watching this tag. I am working on a project that uses new Active Collab 5 API, I am having performance issue trying to run reports. Example I try to build reports on date-range, and currently to achieve that I need to first…
IamCavic
  • 368
  • 1
  • 15
1
vote
0 answers

Invalidtokenexception from ActiveCollab API

I have created token using issue-token Api and passed this token as bearer token to call another api to get the task details.But I am getting Invalidtokenexception. I have generated token using…
Sreeja
  • 11
  • 1
1
vote
0 answers

Request to api without AUTH returns JSON with generic data

when we make a request to the collab api without authenticating we receive a JSON with standard values. For example: json value Is it possible to eliminate this behaviour and return an error?, thanks we have consulted the generic collab…
GG_
  • 11
  • 1
1
vote
1 answer

Webhooks functionality

I would like to 'export' data out of ActiveCollab into another 3rd party tool (Helix ALM), but I'm confused about how webhooks function. Do webhooks execute a POST when changes are made in ActiveCollab, or are they executed by the 3rd party app and…
MikeP
  • 13
  • 3
1
vote
1 answer

Get project cost from ActiveCollab API

I would like to know how can i export by the API the Cost of a project The cost element is present on this page: https://activecollab.com/help/books/budgeting/profitability I try with GET /projects/1/budget but i don't have this value thanks for…
julie
  • 11
  • 3
1
vote
0 answers

ActiveCollab API - requesting Daily Capacity

ActiveCollab has some very strong features in the UI related to resource management - capacity, scheduling, workload, calendars etc. I would like to access these data set via the API, but nothing seems to be available per the documentation here:…
Bjrk
  • 23
  • 3
1
vote
1 answer

400 Bad Request by ActiveCollab REST-API

I'm trying to do a GET-request to ActiveCollab REST-API using Postman. I want to get the time-records filtered by date for a project. I added my Access-Token to the header and my time period JSON format, of which I want to get the results to body…
Luke
  • 13
  • 4
1
vote
1 answer

What is the request URL for ActiveCollab api cloud?

Im trying to find the structure of the request url that i can send an http post/get requests to but can't seem to find it anywhere? Can someone help please, I'm new with using AC? Many thanks!
1
vote
1 answer

How to Return List of Project Tasks in ActiveCollab

Sorry this may be a trivial question but I am new to PHP. In the documentation to retrieve project tasks, the following code is provided to connect to an Active Collab cloud account:
thoob
  • 13
  • 2
1
2
3
9 10