Base URL: https://{tenant-domain}/api/v2/tasks Parameters: - notable_type (path parameter): The type of entity (e.g., `client` `application=>application_stage`) - notable_id (path parameter): The ID of the entity |
List Task 
Endpoint:/
Method: GET
Description: Retrieves all tasks
Response:
HTTP Status Codes:
- 200 OK: Success
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
List Individual
Endpoint:/{task_id}
Method: GET
Description: Retrieves individual tasks
Response:
HTTP Status Codes:
- 200 OK: Success
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
Uploads Task 
Endpoint:/
Method: POST
Description: Uploads documents for a specific entity type and ID
Payload:
Response:
HTTP Status Codes:
- 200 OK: Success
- 400 Bad Request: Validation error
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
Archive Task 
Endpoint:/{task_id}/archive
Method: PUT
Description: archive documents for a specific entity type and ID
Payload:
Response:
HTTP Status Codes:
- 200 OK: Success
- 400 Bad Request: Validation error
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
Update Task 
Endpoint:/{task_id}/archive
Method: PUT
Description: Update task
Payload:
Response:
HTTP Status Codes:
- 200 OK: Success
- 400 Bad Request: Validation error
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
Update Comment 
Endpoint:/{task_id}/archive
Method: POST
Description: update comment of specific task
Payload:
Response:
HTTP Status Codes:
- 200 OK: Success
- 400 Bad Request: Validation error
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
Delete Attachment 
Endpoint:/{task_id}/archive
Method: DELETE
Description:Delete attachments from task
Payload:
Response:
HTTP Status Codes:
- 200 OK: Success
- 400 Bad Request: Validation error
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
Task Remider 
Endpoint:/{task_id}/reminder
Method: POST
Description:Add reminder
Payload:
Response:
HTTP Status Codes:
- 200 OK: Success
- 400 Bad Request: Validation error
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
Update Task Remider 
Endpoint:/{task_id}/reminder
Method: PUT
Description:Edit reminder
Payload:
Response:
HTTP Status Codes:
- 200 OK: Success
- 400 Bad Request: Validation error
- 401 Unauthorized: Invalid or missing authentication
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Entity not found
