Fetches all tasks for a project

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
number

Assignee's Member ID

number
required

Project ID

Responses
200

Success

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",
      }
    ]
  }
401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!