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.

ANSWERED

Need help in recovering an accidently deleted Project

I accidently deleted a project trying to delete the report.

ANSWERED

Project Label API

My API endpoint, "Project | Add Labels" (POST https://api.companycam.com/v2/projects/{project_id}/labels) returns confusing results. It seems to return JSON of existing Labels and does not actually add the Label I post. Can you please help?

ANSWERED

Project docs

I don’t see project docs listed on the api. Would like to integrate the project docs in CompanyCam with Monday.com. Is this possible? If so, would like to discuss in more detail.

ANSWERED

Where I can get link to REST PHP API

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

ANSWERED

how to get credentials?

Where can I find my client id?

ANSWERED

Project List Max Output

Hi,

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?

GET Projects Retrieves Deleted Projects

Is it expected behavior for a GET request on the list projects route would return projects that have been deleted and if so is there a way to filter them out in the query?

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?