Fetches member projects roles

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

Team ID

Query Params
boolean

Set true to include the archived records

boolean

Set true to include only active project roles (active as of today)

number

Member ID

number

Phase ID

number

Project ID

number

Role ID

Responses
200

Success

Example Response

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

Invalid Authentication Key and/or Team ID

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