1curl https://api.projectmanager.com/api/data/non-project-tasks/taskId/files \2 -H "Authorization: Bearer <token>"
1{2 "error": {3 "technicalError": "string",4 "additionalErrors": [5 "string"6 ],7 "validationErrors": {},8 "message": "string"9 },10 "success": true,11 "hasError": true,12 "statusCode": "Continue",13 "data": [14 {15 "id": "string",16 "name": "string",17 "url": "string"18 }19 ]20}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
format: "uuid"
True if the API call succeeded; false otherwise.