Discussions

Ask a Question
Answered

How to set the Pipeline + Stage through the API

Hey there,

Answered

Repeats in Appointments

I don't seem to see any support for repeat appointments. Is this not supported at all? I'd like to fetch all the appointments for a 2 month period that a user is invited to, but any appointment that is repeated is missing. Nor is there any data on an 'original' appointment with repeat data. There doesn't seem to be any way to actually fetch or create those appointments, they look to be invisible to the API.

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?