Discussions
Embedding Project Map
Hello,
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?
"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.
API - Retrieve all photos for a project?
Are there plans to build a 'Download all photos' via api, similar to the web ui?
how to get credentials?
How to get client_id and client_secret in companycam website to hit the API endpoints.
Universal Links
Do you support universal links as outlined here: https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html
Request: API path to retrieve photo comments and tags for multiple items
To whom it may concern:
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.
Photo "Description"
How do we retrieve the photo description via the API?
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?