Discussions

Ask a Question

Share photos link through API

Currently in CompanyCam we have a process where we select all the photos from a certain day, click share, then click gallery, then we copy the link that is created. Is there a way to have that link generated through the API?

Correlation between "Before" photos and "After" photos?

Is there anything in place when creating a "Before and After" photo that stores any reference to the original "Before" and "After" photo? Yes, we can see it visually in the interface, but is there any way to tell programmatically? Thanks, Dion

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.

Collaboration Links

I'd like to have an automation where a collaboration url link is created and the link is accessible so I can input that url into a note in my CRM. Is there anyway to currently achieve this using webhooks or custom API?