get http://localhost:3001/api//member_project_role
Log in to see full request history
Responses
200Success
Callback response example
mosaic_id is the Member Project Role ID in this case
{
member_project_roles: [
{
created_at: "2023-02-14T16:55:07.034-05:00",
end_date: null,
member_budget_id: 12789,
member_id: 23456,
mosaic_id: 34567,
mosaic_team_id: 12345,
phase_id: 345678,
project_id: 56789,
role_id: 45678,
start_date: "2023-02-14",
updated_at: "2023-02-14T16:55:07.034-05:00",
},
]
}
401Invalid Authentication Key and/or Team ID