Discussions

Ask a Question
ANSWERED

Returning Total Pages / Total Count

Would it be possible to add the total pages and total record count to API responses like /photos? Or maybe I'm missing something similar? Right now we have to make an extra API request to see if the next page will return any results. Thanks!
ANSWERED

how to get credentials?

Where can I find my client id?
ANSWERED

"Add Photo" - What is "uri"?

The "Project > Add Photo" endpoint expects an "uri" field in the body. What is that supposed to be, or where do I get it from? Can I use a "data:..." URI? The API could use some description here and there.
ANSWERED

Project List Max Output

Hi, I am calling on the API from Power BI for a dashboard I am building but am having a problem with the Projects List. No matter what I set the 'per_page' query as (i.e. 100000) [while omitting the 'page' query], I get a maximum of 50 projects in the output. Is this something I am not doing properly or a limitation in this API call? Any help would be greatly appreciated! Thanks.

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?
ANSWERED

Where I can get link to REST PHP API

Do you have a PHP library or Code Sample or REST API?

Un-delete a project?

I deleted some projects, not knowing the link to the photos would no longer work. Is there a way to un-delete a project, or is there a trash somewhere?
ANSWERED

"Update Photo" API endpoint only udates "internal" property of a photo?

I'm not sure I understand the "Update Photo" API endpoint, https://api.companycam.com/v2/photos/{id}. It accepts an object which would lead me to assume that we can update various properties of a photo. The example for the API only demonstrates the "internal" property being changed, and that's indeed the only property that I am able to update. That would seem just a bit unusual as it accepts an object not just a true/false property. Id really like to add my own properties to the photo object, like "price". Possible?

Photo Description Question

I do not see the Photo description being available in the API. Is there a way to integrate and pull the description?

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?