Get Project Roles for a Project

GET {{baseUrl}}/api/ProjectRole/ByProject/:projectId?skip=<integer>&take=<integer>

Request Params

KeyDatatypeRequiredDescription
skipstringThe number of records to skip. Default = 0.
takestringThe number of records to take. Default = 10.

RESPONSES

status: OK

{&quot;list&quot;:[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;contactId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;contactName&quot;:&quot;\u003cstring\u003e&quot;,&quot;projectDesignationId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;projectDesignationName&quot;:&quot;\u003cstring\u003e&quot;,&quot;projectRoleTypeId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;projectRoleType&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;contactId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;contactName&quot;:&quot;\u003cstring\u003e&quot;,&quot;projectDesignationId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;projectDesignationName&quot;:&quot;\u003cstring\u003e&quot;,&quot;projectRoleTypeId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;projectRoleType&quot;:&quot;\u003cstring\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;}