get
http://localhost:3001/api//task
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
id and mosaic_id is the Task ID in this case
{
sort_attribute_counts: {},
task_count: 1,
tasks: [
{
activity_phase_id: 778838,
assigners:[
{
id: 11111,
name: "John Doe",
email: "[email protected]"
}
],
assignees:[
{
id: 11111,
name: "John Doe",
email: "[email protected]"
}
],
completed_at: "2023-05-10T11:34:23.588-04:00",
created_at: "2023-05-01T15:58:14.519-04:00",
estimated_hours: "1.0",
id: 22333,
mosaic_id: 22333,
mosaic_team_id: 12345,
note: "task notes",
phase_id: 3333222,
portfolio_id: 33333,
portfolio_name: "Sample"
primary_assignee_id: 11111,
primary_assigner_id: 11111,
project_description: "description",
project_id: 315000,
project_title: "Sample Project",
schedule_end: "2023-05-10",
schedule_start: "2023-05-04",
status: "Approved",
task_list_id: "305000",
task_name: "Task 1",
work_category_id: 90000,
updated_at: "2023-05-10T11:41:44.960-04:00",
}
]
} 401Invalid Authentication Key and/or Team ID
