get
http://localhost:3001/api//project
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
mosaic_id is the Project ID in this case
{
project: [
{
budget_bill: 100.0,
budget_cost: 120.0,
budget_hours: 10.0,
budget_status: "active",
client_id: 22222,
created_at: "2020-12-21T12:00:00.000Z",
currency_code: "USD",
description: "Example Description",
end_date: null,
estimated_cost: 110.0,
estimated_hours: 5.0,
fee: 200.0
is_archived: false,
is_billable: true,
is_main: false,
main_phase_id: null,
mosaic_id: 123456,
mosaic_team_id: 11111,
portfolio_id: 12345,
project_number: "123",
require_vaccination: false,
start_date: "2020-12-21",
title: "Example Title",
total: "10000.0",
updated_at: "2020-12-21T12:00:00.000Z",
}
],
total_count: 1
} 401Invalid Authentication Key and/or Team ID
404Unable to find Portfolio
