Fetches activity phases

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

Team ID

Query Params
activity_phase_ids[]
array of numbers

Fetch work categories by the ids in the array

activity_phase_ids[]
boolean

Fetch all records if set to true; ignore limit and offset

date

Fetch work categories that got archived after date (YYYY-MM-DD)

date

Fetch work categories that got archived before date (YYYY-MM-DD)

date

End Date (YYYY-MM-DD)

number

Limit the number of work categories returned (default: 30)

number

Start the index at the offset amount (default: 0)

phase_ids[]
array of numbers

Fetch work categories within a phase using phase_id in the array

phase_ids[]
project_ids[]
array of numbers

Fetch work categories within a project using project_id in the array

project_ids[]
date

Start Date (YYYY-MM-DD)

Responses
200

Success

Example Response

mosaic_id is the Activity Phase ID in this case

{
work_categories: [{
billable: false,
budget_activity_phase_by: "total hours"
budget_fixed_fee_with: "activity_phase_estimate",
budget_hourly_with: "activity_phase_estimate",
cost_rate_multiplier: "1.0"
created_at: "2023-04-11T16:26:31.102-04:00",
end_date: "2020-01-31",
estimated_cost: "0.0",
estimated_hours: "10.0",
fee_type: "Fixed Fee",
is_archived: false,
is_default: true,
mosaic_id: 12345678,
mosaic_team_id: 12345,
phase_id: 456789,
project_id: 34567,
rate_multiplier: "1.0",
standard_work_category_id: 2345,
standard_work_category_title: "Default",
start_date: "2020-01-01",
total: "0.0",
updated_at: "2023-04-11T16:26:31.102-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!