@@ -3575,7 +3575,7 @@ define({ "api": [
35753575 "examples" : [
35763576 {
35773577 "title" : "Response Body Example:" ,
3578- "content" : "{\n \"payload\": {\n \"id\": 123,\n \"title\": \"Follow up with client\",\n \"description\": \"Call regarding quote\",\n \"taskType\": \"Call\",\n \"status\": 0,\n \"dueDate\": 1713168000,\n \"assignedTo\": 45,\n \"createdBy\": 12,\n \"dateCreated\": 1712563200,\n \"dateModified\": 1712563200,\n \"relatedTo\": {\n \"contact\": {\n \"77\": {\n \"id\": \"77\",\n \"title\": \"Business Name\"\n }\n },\n \"job\": {},\n \"person\": {},\n \"form\": {}\n },\n \"tags\": [\"urgent\", \"sales\"],\n \"workflow\": [\n {\"name\": \"Step 1\", \"done\": true},\n {\"name\": \"Step 2\", \"done\": false}\n ],\n \"workflowID\": 5,\n \"externalSource\": 0,\n \"externalSourceID\": \"\",\n \" attachments\": []\n }\n}" ,
3578+ "content" : "{\n \"payload\": {\n \"id\": 123,\n \"title\": \"Follow up with client\",\n \"description\": \"Call regarding quote\",\n \"taskType\": \"Call\",\n \"status\": 0,\n \"dueDate\": 1713168000,\n \"assignedTo\": 45,\n \"createdBy\": 12,\n \"dateCreated\": 1712563200,\n \"dateModified\": 1712563200,\n \"relatedTo\": {\n \"contact\": {\n \"77\": {\n \"id\": \"77\",\n \"title\": \"Business Name\"\n }\n },\n \"job\": {},\n \"person\": {},\n \"form\": {}\n },\n \"tags\": [\"urgent\", \"sales\"],\n \"workflow\": [\n {\"name\": \"Step 1\", \"done\": true},\n {\"name\": \"Step 2\", \"done\": false}\n ],\n \"workflowID\": 5,\n \"attachments\": []\n }\n}" ,
35793579 "type" : "json"
35803580 }
35813581 ]
@@ -3656,20 +3656,6 @@ define({ "api": [
36563656 "field" : "search" ,
36573657 "description" : "<p>Search task title and description.</p>"
36583658 } ,
3659- {
3660- "group" : "Optional" ,
3661- "type" : "number" ,
3662- "optional" : true ,
3663- "field" : "externalSource" ,
3664- "description" : "<p>Filter by external source type.</p>"
3665- } ,
3666- {
3667- "group" : "Optional" ,
3668- "type" : "string" ,
3669- "optional" : true ,
3670- "field" : "externalSourceID" ,
3671- "description" : "<p>Filter by external source ID.</p>"
3672- } ,
36733659 {
36743660 "group" : "Optional" ,
36753661 "type" : "number" ,
@@ -3821,20 +3807,6 @@ define({ "api": [
38213807 "optional" : true ,
38223808 "field" : "attachments" ,
38233809 "description" : "<p>Array of resource IDs to attach.</p>"
3824- } ,
3825- {
3826- "group" : "Body" ,
3827- "type" : "number" ,
3828- "optional" : true ,
3829- "field" : "externalSource" ,
3830- "description" : "<p>External source type identifier.</p>"
3831- } ,
3832- {
3833- "group" : "Body" ,
3834- "type" : "string" ,
3835- "optional" : true ,
3836- "field" : "externalSourceID" ,
3837- "description" : "<p>External source record ID.</p>"
38383810 }
38393811 ] ,
38403812 "Workflow" : [
@@ -3978,20 +3950,6 @@ define({ "api": [
39783950 "optional" : true ,
39793951 "field" : "attachments" ,
39803952 "description" : "<p>Array of resource IDs.</p>"
3981- } ,
3982- {
3983- "group" : "Body" ,
3984- "type" : "number" ,
3985- "optional" : true ,
3986- "field" : "externalSource" ,
3987- "description" : "<p>External source type identifier.</p>"
3988- } ,
3989- {
3990- "group" : "Body" ,
3991- "type" : "string" ,
3992- "optional" : true ,
3993- "field" : "externalSourceID" ,
3994- "description" : "<p>External source record ID.</p>"
39953953 }
39963954 ] ,
39973955 "Workflow" : [
0 commit comments