Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 9.08 KB

File metadata and controls

26 lines (23 loc) · 9.08 KB

Task

Fields

Field Type Required Description Example
Id string Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
RemoteId string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
EmployeeId string The employee ID associated with this task cx280928937
Name string The name of the task Complete onboarding documents
Description string The description of the task Please complete all required onboarding documents in the employee portal
Type TaskType The type of the task
Status TaskStatus The status of the task
DueDate DateTime The due date of the task 2024-03-20T23:59:59.000Z
CompletionDate DateTime The completion date of the task 2024-03-19T15:30:00.000Z
AssignedByEmployeeId string The ID of the employee who assigned this task cx280928938
AssignedByEmployeeName string The name of the employee who assigned this task John Smith
LinkToTask string Link to the task in the provider system https://provider.com/tasks/123
ExtractedLinks List<string> List of extracted links from the task [
"https://provider.com/docs/1",
"https://provider.com/forms/2"
]
NextTaskId string ID of the next task in sequence cx280928939
ParentProcessName string Name of the parent process of this task Onboarding Tasks
Comments List<TaskCommentApiModel> The comments associated with this task
Attachments List<Models.Components.File> The documents attached to this task
CreatedAt DateTime The creation date of this task 2024-03-15T10:00:00.000Z
UpdatedAt DateTime The last updated date of this task 2024-03-19T15:30:00.000Z