Discussions
How to set the Pipeline + Stage through the API
Hey there,
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.
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?
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?
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
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.
"Internal Server Error"
When running a webhook POST.
504 Gateway Timeout because of too many Appointments
Hi,
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?
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?