Discussions

Ask a Question
ANSWERED

Embedding Project Map

Hello,

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?

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

API - Retrieve all photos for a project?

Are there plans to build a 'Download all photos' via api, similar to the web ui?

ANSWERED

how to get credentials?

How to get client_id and client_secret in companycam website to hit the API endpoints.

ANSWERED
ANSWERED

Request: API path to retrieve photo comments and tags for multiple items

To whom it may concern:

ANSWERED

Understanding geofence coordinates

I have been mapping Project geofence data to a leaflet map. However, I now realize that the APIs "projects" endpoint only delivers this data for a single project (It appears to be the first project we created). And even with that project, edits to the geofence data are only reflected in the CompanyCam web UI and not the API. And no other projects contain any data in the APIs geofence property. But I do see it in the web UI.

ANSWERED

Photo "Description"

How do we retrieve the photo description via the API?

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?