Custom Field – Rest API
-
I purchased the Pro version
But I have problem in creating tasks via REST API Request (via Postman)
Asin API documentation:{
“name”: “The task name or title”,
“description”: “The task description”,
“project”: “Project ID. Leave empty for no project.”,
“assignee”: “Assignee ID. Leave empty for no assignee”,
“start”: “Start date as date string. Any format should work.”,
“end”: “End date as date string. Any format should work.”,
“custom_fields”: “Only for the pro version. Send custom fields as JSON.”,
}Could you give me some example of JSON in Custom Field above?
Example: I need to add:
field id = 1
field lable = email
field value = [email protected]
;
field id = 2
field lable = phone
field value = 01234566789(Im using Postman)
Thanks.
- The topic ‘Custom Field – Rest API’ is closed to new replies.