Discussions

Ask a Question
ANSWERED

Is it possible to get a checklist doc (pdf) via the API?

Is it possible to get a checklist doc (pdf) via the API by referencing the company cam project ID?

Is there a way to view checklist reponses via the API?

Is there a way to view checklist reponses via the API? From what I can see, you can only access meta-data.
ANSWERED

How to disconnect my company Account from my integration account ?

I'm integrating companyCam with my application , so I've succeeded to set OAuth2.0 , but I can't find how to disconnect my CompanyCam Account ? Do you have an API ? Or how to do it ? <br>

Is there a way to add a task with the API

This will be super helpful to be able to create project related tasks

Deeplink with tag parameter?

Is it possible to utilize the camera deeplink while passing in a tag? For example, something like: ccam://camera/PROJECT_ID/DEEPLINK_URI?tag=TAG_ID The idea being we want the photos taken to all be taken with a specific tag.
ANSWERED

Getting Project Count Per Company

How would I go about getting the total number of active non-deleted projects for a company? I would think it should be a part of the "Retrieve Company" GET, but it is not.
ANSWERED

re-enable webhook

I'm writing to report an issue with the webhook functionality in our current CompanyCam integration. The script tasked with handling webhook requests seems to be unintentionally deactivating the webhook upon receiving a request. <br>
ANSWERED

Should photos object have URLS or URIS field?

Docs do not match the actual return type <https://docs.companycam.com/reference/listprojectphotos> photos object has "urls" in docs and "uris" in response
ANSWERED

Can I create a project using JavaScript with only an address and no Lat/Long?

I am trying to help a client with automation and I want to write javascript so that it uses his API key to create a new project when a client approves their estimate. It looks like lat and long coordinates are a required field however, and their CRM does not calculate or store lat/long, only their address.

Mention user in a comment via API

Greetings! Is there a way to tag/mention an user via API? Right now, you can only send a content as data, but it'll be usefull for our current requirements to be able to tag users. Thanks in advance!