Discussions
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?
Invite Guests to Projects Using API
Is there anyway to invite guests to a project to upload photos using the API? We have around 800 sub contractors and over 50 internal employees and are considering using Company Cam. We need to be able to integrate with our CRM and invite our subcontractors to projects using the API as the projects will be automatically created from our CRM once the service is scheduled on our end.
what is company cam api address
api adress
Suddenly seeing CORS based API rejections
We are suddenly seeing rejections to our API requests through Chrome and Edge. This is a critical problem for us now. Have the CORS policies changed?
Embedding Project Map
Hello,
Tracking photo deletes via webhook
I dont see any way to have webhook set on delete - has anyone come up with best way to handle?
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?
Collaboration Links
I'd like to have an automation where a collaboration url link is created and the link is accessible so I can input that url into a note in my CRM. Is there anyway to currently achieve this using webhooks or custom API?
Where I can get link to REST PHP API
Do you have a PHP library or Code Sample or REST API?
"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.