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
0
votes
0 answers

Feature request ActiveCollab - live (filterable) project time logs

Our agency uses ActiveCollab for project management and time tracking. It would be great if I could query live time data and pull it into a Google sheet. My end goal is to have a projects overview sheet where I can see how much time is allocated…
0
votes
1 answer

ActiveCollab Update invoice status using API v1

Following the Documentation I've tried to update the status of an invoice using the API. I've tried to send {"single": {"status": "$status"}} as well as just {"status": "$status"} to PUT api/v1/invoices/$invoiceId where $status is canceled (also…
Martin Rüegg
  • 815
  • 9
  • 14
0
votes
0 answers

Active Collab 6 Notifications API throws exception

We are running a self-hosted ActiveCollab 6.0.7 instance. When trying to request the notification API GET https://[host]/api/v1/notifications with our API token it returns a Status 500 Internal Server Error with the following data: { "type":…
Jovan
  • 133
  • 8
0
votes
1 answer

API how to get tracked time grouped by user for each project

I'm using ActiveCollab API v5 and I need to create request which returns me array of all projects with tracked time for each user who participated in this project. I have tried many of this documentation…
D.Zak
  • 1
  • 1
0
votes
1 answer

ActiveCollab how long does an API token last?

H ow long does an API token last? I recently had an API token change and was wondering how long do these normally last? I updated my API to the new token but wanted to know how often it changes.
0
votes
1 answer

Fatal error: Uncaught ActiveCollab

I've prepared some scripts on my local, and everything works properly... but when I just upload all files on server, and run script I have following error: *Fatal error: Uncaught ActiveCollab\SDK\Exceptions\CallFailed: Unknown SSL protocol error in…
0
votes
0 answers

ActiveCollab 5 Update not working with nginx (HTTP 403 Forbidden)

We are trying to update a self-hosted ActiveCollab installation. The current version is 4 (latest 4.12.23) and we have access to v5.0.100. We followed the upgrade instructions and v5 installations instructions, but with no avail so far. When using a…
jœ.
  • 31
  • 8
0
votes
1 answer

Returning all items /whats-new API call

We are using self-hosted ActiveCollab v5.13.60 and I'm trying to generate a list of completed projects and tasks given a specific date. I've been toying with /whats-new/daily/ API request since it also gives a related object so I can pull in the…
S-T-H
  • 1
0
votes
1 answer

How to use ActiveCollab V5 APIs

I use a Activecollab V5 ( self-hosted ) and I would like to pull data via APIs . I have read API documentation here API Documentation The issue is that I dont know how to use it . I need to know how to generate a token and how to make requests to…
0
votes
1 answer

How to add new added people to existing project ? Which API i need to use?

I am using active Collab system to manage my project and using API from my website to add new task, new company, and new user. My only issue with this is I am not able to add newly added user to my existing project member list. Please let me know…
Vinod Joshi
  • 176
  • 1
  • 8
0
votes
1 answer

Can not authenticate in activecollab using the api

I am trying to authenticate in activecollab to access the projects. I am trying the following things: api: http:///api/v1/issue-token data: { "email": "email", "password": "password", "client_name": "name", …
0
votes
1 answer

Deleting object in django and API call

I am trying to delete a client object in my program and then also delete the object in activeCollab using the API provided. I can delete the object but I keep getting a 404 error when it calls the API. I did a print for c.id and I am getting the…
TheLifeOfSteve
  • 3,208
  • 6
  • 37
  • 53
0
votes
2 answers

c# API / SDK for activecollab selfhosted version 5.11.0

I'm newbie on A.C API/SDK. I'm looking for solution for connecting my future C# dev. to my ActiveCollab self hosted install. I finding a API on GitHub:https://github.com/sfarbota/c-sharp-activecollab-feather-sdk But i think the cod it not write for…
jbbaron
  • 1
  • 2
0
votes
1 answer

Activecollab System Status old-versions Routing error

After the latest upgrade to 5.11.0 when visiting the System Status page I am getting a blank screen. When looking at the network activity I see a 404 error that appears to be causing this. {"type":"RoutingError","message":"String…
0
votes
1 answer

How to customize Active Collab

We have purchased a self-hosted platform of Active Collab project management tool. My company wants me to customize the already-made Active Collab according to their needs. I am finding it very difficult to find even a single file for…
makemelive
  • 83
  • 11