Discussions
Set Work List status of a Task via api
When a task is created by the api, it's not possible to set the value of the Work List status. This means that if one is connecting a task app to DL (eg Apple Reminders) you can't see tasks in those apps until you manually enter DL and click the pin icon to add to the Work List. This seems a curiously retrograde step when everything about the task has been created by the API. Given the status as in the Work List is set in DL, but persists across to iOS, it's clearly a field which exists in the server, and should be able to be read and written by the api.
PATCH on recurring tasks returns `should_not_edit_task`
I'm using the Daylite API to add keywords to tasks via PATCH. This works fine for regular tasks, but fails with a 400 error on recurring tasks.
File from the internet
In Daylite it is possible to not directly upload a file but to link a file from the internet.
Attach a file to a form
We've created an apple invoicedroplet tool. The invoice (pdf) is being uploaded as a file to daylite. But I can't figure out how to connect the file to a form record? I can do it manually in Daylite, but how can it be done through the API?
API Estimate Opportunity
I was ondering if there a way to transfer the content of Estimate to another Software that works with API ?
Connector Maps
I was wondering if there is any documentation about https://api.marketcircle.net/v1/connector_maps ?
Personal Tokens: Authenticated User's ID?
I am using Personal Tokens. How can I get the user id of the currently authenticated user?
rest api for pipeline
Hello,
Contact: title and department fields?
I'm successfully creating contacts via the API but am having trouble figuring out what field to use to set a contact's title and department. Neither is documented as a valid field, and while I didn't get an error when I added them as Strings, they didn't appear in Daylite either. I've tried "title", "job_title", "department", and "department_name"