Skip to main content
GET
/
api
/
ProjectRole
/
Types
Get Project Role Types
curl --request GET \
  --url https://api.virtuoussoftware.com/api/ProjectRole/Types \
  --header 'Authorization: Bearer <token>'
{
  "list": [
    {
      "id": "<integer>",
      "role": "<string>",
      "isEnabled": "<boolean>"
    },
    {
      "id": "<integer>",
      "role": "<string>",
      "isEnabled": "<boolean>"
    }
  ],
  "total": "<integer>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

skip
string
take
string

Response

200 - application/json

OK

list
object[]
total
string
Last modified on June 5, 2026