Discussions
how to get credentials?
How to get client_id and client_secret in companycam website to hit the API endpoints.
Posted by Muhammad Ahsan over 1 year ago
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.
Posted by Jeff McMahan about 1 year ago
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.
Posted by Stetson Ramey over 1 year ago
how to get credentials?
Where can I find my client id?
Posted by divyesh bhalodi over 1 year ago
Photo "Description"
How do we retrieve the photo description via the API?
Posted by Craig Schmieder about 1 year ago
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.
Posted by David Silverstein almost 2 years ago
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°rade=true
Posted by Craig Schmieder 11 months ago
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!
Posted by [email protected] about 1 year ago
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,
Posted by Jason V 10 months ago
"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.
Posted by Adrian Kunz about 1 year ago