Discussions

Ask a Question
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? I only see the webhooks option to read, but we need to create the tasks and edit them from our app.
ANSWERED

Embedding Project Map

Hello, I'm looking for a way to embed the project map (https://app.companycam.com/map) with pins into a website. I can see a way of pulling individual coordinates and inserting them into a map, but that method gets a little messy. Is there a way of getting to the project map directly? Thanks,
ANSWERED

how to get credentials?

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

API - Retrieve all photos for a project?

Are there plans to build a 'Download all photos' via api, similar to the web ui? Maybe a api call to trigger and web hook to alert when complete?
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

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

To whom it may concern: Retrieving comments and tags via the API as it is currently documented requires the end user to issue a separate request to retrieve comments and tags for every individual photo in a given project (cf. List Comments). Just off the top of my head, it seems like it would be reasonable to allow the {photo_id} parameter to accept a comma delimited list. More generally, after using the API for a while to build some integrations, I can say that it'd be especially nice to have some optional denormalization parameters when making requests against the "List Photos" and "Retrieve Photo" endpoints, which would tell the API to include, e.g., comments and tags as an embedded array within each photo object. Picture a query parameter like "&includeComments=1", for example. Thanks for your time.
ANSWERED

Universal Links

Do you support universal links as outlined here: https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html I’d like to be able to set up a button in an Airtable base to link it to my customer in company cam but instead of opening the project in a browser it opens the project right in the app. I run Airtable and CompanyCam on my iPad and this would be handy.
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? See screen capture: https://static.companycam.com/lambda/projects/35603471/photos/aHR0cHM6Ly9jb21wYW55Y2FtLXBlbmRpbmcuczMuYW1hem9uYXdzLmNvbS83YzMzMmEwMS05OGI1LTRmYjYtYmE3ZC0wYmE2MjFkMzk5YjcuUE5H.jpeg?d=2880x2880&degrade=true
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.