Discussions

Ask a Question
Answered

More context for object update webhook

Currently, the object-updated webhook returns information such as: "resource_url": "https://api.marketcircle.net/v1/tasks/id". This is inconsistent with other endpoints, which return '/v1/tasks/id'. Additionally, it would be helpful to know what part of the object was updated. Is that possible?

Answered

Inconsistent use of "self"

In contrast to the other objects, the Contacts API apparently does not use the format '/v1/contacts/id' (self) to retrieve an object, but instead just the ID without '/v1/contacts/'. This is inconsistent. Is it possible to make this behavior consistent while maintaining backward compatibility for existing integrations?

Answered

Filtering projects by company ID

I'm trying to get the projects based on a company ID but I'm just getting all projects, where am I going wrong

Answered

No way to get emails from a linked object?

I'm trying to get emails which are linked to a project, but near as I can tell there is no way to get an email from a project, except making a GET call directly to emails, then filtering out all the ones which are not linked to that project, which seems so blindingly inefficient it can't be right.

Answered

"Internal Server Error"

When running a webhook POST.

Answered

504 Gateway Timeout because of too many Appointments

Hi,

Answered

Rate limit

The status code documentation refers to a potential error caused by exceeding the rate limit. I was not able to find any other mention of rate limit. Is there actually a rate limit and if yes, what is it?

Answered

Repeating Tasks

When I retrieve the details of a task via the API (https://developer.marketcircle.com/reference/task), the response does not include any information from the ‘repeat’ field. How can I access this information?

Answered
Answered

How do I revoke a refresh token when unlinking Daylite from my application?

Hi there,