Discussions

Ask a Question
ANSWERED

API - Retrieve all photos for a project?

Are there plans to build a 'Download all photos' via api, similar to the web ui? Maybe a api call to trigger and web hook to alert when complete?

Project templates with to-do lists and reports. And creating new project from templates.

Hi, I wanted to ask if there are any plans to create a project from a project template via API or manually? We work on same type of projects with repeating processes and this would be a huge time saver for us if we would not have to manually add all to-do lists and reports to each newly created project

Create To-do lists and Reports from Templates

Hi, I wanted to ask if there are any plans to add an ability to create To-do lists and Reports from Templates via API? We work on same type of projects with repeating processes and this would be a huge time saver for us if we would not have to manually add all to-do lists and reports.

Dynamic Value for query (Get Project)

I am trying to get a project via Make (Integromat) but need to dynamically populate the query to filter the get project request. If I enter the query manually (as in manually type in "660 Glenrock" for the query), it will only return the project "660 Glenrock" if it exists. However when I try to dynamically populate the search query in Integromat, it sends an Input Value of "null" for the query effectively bypassing the filter. [ { "ca": null, "qs": [ { "name": "query", "value": null } ], "url": "https://api.companycam.com/v2/projects", "gzip": true, "method": "get", "headers": [ { "name": "Authorization", "value": "Bearer Gb-KVU2YyDeyq4fFjhJuR18vVsrPxr7eHC_sRqwMUsY" } ], "timeout": null, "useMtls": false, "bodyType": null, "serializeUrl": false, "shareCookies": false, "parseResponse": true, "followRedirect": true, "useQuerystring": false, "followAllRedirects": false, "rejectUnauthorized": true } ]

API for managing internal and external collaborators

I'm interested in using the API to automatically manage permissions/collaborators for companycam projects. When internal users or external subcontractors are assigned to a project in our CRM, we would like to add them to the corresponding companycam project. I saw two threads (one from 6 months ago, another from 2 months) about managing collaborators via API. Do you have any updates on when these APIs are coming?

Problem with Project Add Photo

I have been trying to upload photos using the API. I get a response code 201 but the photo never appears. The processing status always shows as Pending when I do a Retrieve Photo. When I do Project List Photo, it doesn't return anything.
ANSWERED

Create and update to-do lists

Hi CompanyCam team. We are trying to add the functionalities of the software to our application, and we need to be able to create a task list from our application, in which part of the API are these instructions reflected? I only see the webhooks option to read, but we need to create the tasks and edit them from our app.
ANSWERED

Invite Guests to Projects Using API

Is there anyway to invite guests to a project to upload photos using the API? We have around 800 sub contractors and over 50 internal employees and are considering using Company Cam. We need to be able to integrate with our CRM and invite our subcontractors to projects using the API as the projects will be automatically created from our CRM once the service is scheduled on our end.
ANSWERED

what is company cam api address

api adress
ANSWERED

Suddenly seeing CORS based API rejections

We are suddenly seeing rejections to our API requests through Chrome and Edge. This is a critical problem for us now. Have the CORS policies changed?