Discussions
Update Group API Not Working
I tried to test the Update Group API to add the users to the group but the response was coming "Internal server error, try again shortly."
Posted by Anupam Dungdung 11 months ago
Un-delete a project?
I deleted some projects, not knowing the link to the photos would no longer work. Is there a way to un-delete a project, or is there a trash somewhere?
Posted by Dave Archer 12 months ago
Photo Description Question
I do not see the Photo description being available in the API. Is there a way to integrate and pull the description?
Posted by Brian Hiatt 12 months ago
Updated API Guide?
Is there an updated guide or resource that is more accurate?
I'm running into constant issues with info provided in the API guide and support answers with very non-answer asking for screenshots etc.
I.e.
-List All Users
--Query (An optional value to filter the projects by name and address line 1)
---I'm not filtering projects
--modified_since (An ISO8601 formatted date and time to return projects modified on or after the provided value)
---On another record type this is actually required in EPOCH format. But I'm not able to get this one to work in either.
-List Projects
--Query (An optional value to filter the projects by name and address line 1)
---This flat out does not work. I've tried every variation of line one and name
--modified_since (An ISO8601 formatted date and time to return projects modified on or after the provided value)
---On another record type this is actually required in EPOCH format. In Epoch format, I get a server error. In ISO8601 it does not work.
-List Photos
- start_date (An ISO8601 formatted date and time to return projects modified on or after the provided value)
-- Says ISO8601 but is actual EPOCH
I've spent days trying to work through this stuff and am currently hung on the modified_since info on projects and users.
Posted by Seth S 12 months ago
Distinguish Project photo and photo comment update
Hi CompanyCam,
We are currently implementing integration with your api. The project photo list response has updated_at timestamp, we are doing image re-downloads if the photo was updated. We recently noticed that this timestamp also gets updated when new comments are added to the photo.
What is the best way to find if photo was not updated, but just new comments were added? Thanks.
Posted by Mantas about 1 year ago
Share photos link through API
Currently in CompanyCam we have a process where we select all the photos from a certain day, click share, then click gallery, then we copy the link that is created.
Is there a way to have that link generated through the API?
Posted by Kevin Scott about 1 year ago
Correlation between "Before" photos and "After" photos?
Is there anything in place when creating a "Before and After" photo that stores any reference to the original "Before" and "After" photo?
Yes, we can see it visually in the interface, but is there any way to tell programmatically?
Thanks,
Dion
Posted by Dion Vansevenant about 1 year ago
API - Update or Create Project - Integrations
Is there an api which allows the addition of a Project Integration object to a project?
Or plans to add to Create or Update Project if not?
I attempted this in the body of the Update Project call, the address updated but integrations did not.
{
"address": {
"street_address_1": "123 Test",
"street_address_2": "apt 2"
},
"integrations": [
{
"type": "CRM",
"relation_id": "4024df9e-5808-ed11-82e4-002248080f6f"
}
]
}
Thanks!
Posted by Nathan Rosaaen about 1 year ago
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?
Posted by Nathan Rosaaen about 1 year ago
Project templates with to-do lists and reports. And creating new project from templates.
Hi, I wanted to ask if there are any plans to create a project from a project template via API or manually? We work on same type of projects with repeating processes and this would be a huge time saver for us if we would not have to manually add all to-do lists and reports to each newly created project
Posted by Pavel Abaev about 1 year ago