GET api/Participants?ProjectcId={ProjectcId}&role={role}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectcId | globally unique identifier |
Required |
|
| role | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of V5Participants| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectParticipantId | globally unique identifier |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| ParticipantId | globally unique identifier |
None. |
|
| Number | integer |
None. |
|
| LinkedThirdPartyNumber | string |
None. |
|
| Code | string |
None. |
|
| ShortName | string |
None. |
|
| LegalName | string |
None. |
|
| EntryDate | date |
None. |
|
| ExitDate | date |
None. |
|
| Published | boolean |
None. |
|
| PublishedDescription | string |
None. |
|
| MainPartyId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| ParticipantStatusId | string |
None. |
|
| Department | string |
None. |
|
| ReimbursementRate | decimal number |
None. |
|
| Website | string |
None. |
|
| Address | string |
None. |
|
| Postcode | string |
None. |
|
| City | string |
None. |
|
| Image | string |
None. |
|
| ProjectVersionId | globally unique identifier |
None. |
|
| Locked | boolean |
None. |
|
| JUMemberId | globally unique identifier |
None. |
|
| Iban | string |
None. |
|
| Bic | string |
None. |
|
| Pic | string |
None. |
|
| ParticipantRoleId | globally unique identifier |
None. |
|
| ParticipantRoleCode | string |
None. |
|
| ParticipantRoleTitle | string |
None. |
|
| CountryId | integer |
None. |
|
| CountryCode | string |
None. |
|
| CountryTitle | string |
None. |
|
| CountryCoefficient | decimal number |
None. |
|
| ParticipantStatusTitle | string |
None. |
|
| ExitsFromTheProject | boolean |
None. |
|
| ParticipantName | string |
None. |
|
| ParticipantFinancialId | globally unique identifier |
None. |
|
| PersonnelMonthlyRate | decimal number |
None. |
|
| PersonnelMonthlyHours | decimal number |
None. |
|
| ConsultantsMonthlyRate | decimal number |
None. |
|
| ConsultantsMonthlyHours | decimal number |
None. |
|
| SecondedPersonsMonthlyRate | decimal number |
None. |
|
| SecondedPersonsMonthlyHours | decimal number |
None. |
|
| SmeOwnersMonthlyRate | decimal number |
None. |
|
| SmeOwnersMonthlyHours | decimal number |
None. |
|
| WithoutSalaryMonthlyRate | decimal number |
None. |
|
| WithoutSalaryMonthlyHours | decimal number |
None. |
|
| PersonnelAccessMonthlyRate | decimal number |
None. |
|
| PersonnelAccessMonthlyHours | decimal number |
None. |
|
| SecondedPersonsNMonthlyRate | decimal number |
None. |
|
| SecondedPersonsNMonthlyHours | decimal number |
None. |
|
| CreationDate | date |
None. |
|
| JUMember | boolean |
None. |
|
| Visible | boolean |
None. |
|
| JU | boolean |
None. |
|
| ThresholdIkop | decimal number |
None. |
|
| ParticipantRiskLevelId | globally unique identifier |
None. |
|
| Title | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectParticipantId": "b14576e1-47f7-4d97-b244-e25acabd2baa",
"ProjectId": "689bb021-132c-4309-b7aa-4f1e0a469f7d",
"ParticipantId": "4fe28127-12cb-4bf1-9f0b-07586ad82122",
"Number": 4,
"LinkedThirdPartyNumber": "sample string 5",
"Code": "sample string 6",
"ShortName": "sample string 7",
"LegalName": "sample string 8",
"EntryDate": "2026-01-22T17:29:04.3646075+01:00",
"ExitDate": "2026-01-22T17:29:04.3646075+01:00",
"Published": true,
"PublishedDescription": "sample string 9",
"MainPartyId": "3752d6b1-fc4e-4223-bd33-3a440a16acad",
"Description": "sample string 10",
"ParticipantStatusId": "sample string 11",
"Department": "sample string 12",
"ReimbursementRate": 1.1,
"Website": "sample string 13",
"Address": "sample string 14",
"Postcode": "sample string 15",
"City": "sample string 16",
"Image": "sample string 17",
"ProjectVersionId": "60347131-66df-4898-8f63-f1c1ce644018",
"Locked": true,
"JUMemberId": "f03b20c5-5434-457b-9a38-f2c9c0d18e1f",
"Iban": "sample string 20",
"Bic": "sample string 21",
"Pic": "sample string 22",
"ParticipantRoleId": "e554c94e-ce6d-4a60-ac6c-cf2ecff6c09b",
"ParticipantRoleCode": "sample string 23",
"ParticipantRoleTitle": "sample string 24",
"CountryId": 1,
"CountryCode": "sample string 25",
"CountryTitle": "sample string 26",
"CountryCoefficient": 1.1,
"ParticipantStatusTitle": "sample string 27",
"ExitsFromTheProject": true,
"ParticipantName": "sample string 28",
"ParticipantFinancialId": "365de2db-7991-4bb8-a224-24a64c32273b",
"PersonnelMonthlyRate": 1.1,
"PersonnelMonthlyHours": 1.1,
"ConsultantsMonthlyRate": 1.1,
"ConsultantsMonthlyHours": 1.1,
"SecondedPersonsMonthlyRate": 1.1,
"SecondedPersonsMonthlyHours": 1.1,
"SmeOwnersMonthlyRate": 1.1,
"SmeOwnersMonthlyHours": 1.1,
"WithoutSalaryMonthlyRate": 1.1,
"WithoutSalaryMonthlyHours": 1.1,
"PersonnelAccessMonthlyRate": 1.1,
"PersonnelAccessMonthlyHours": 1.1,
"SecondedPersonsNMonthlyRate": 1.1,
"SecondedPersonsNMonthlyHours": 1.1,
"CreationDate": "2026-01-22T17:29:04.3646075+01:00",
"JUMember": true,
"Visible": true,
"JU": true,
"ThresholdIkop": 1.1,
"ParticipantRiskLevelId": "8348c8a1-8293-45a1-bf45-6e965a2431a7",
"Title": "sample string 31"
},
{
"ProjectParticipantId": "b14576e1-47f7-4d97-b244-e25acabd2baa",
"ProjectId": "689bb021-132c-4309-b7aa-4f1e0a469f7d",
"ParticipantId": "4fe28127-12cb-4bf1-9f0b-07586ad82122",
"Number": 4,
"LinkedThirdPartyNumber": "sample string 5",
"Code": "sample string 6",
"ShortName": "sample string 7",
"LegalName": "sample string 8",
"EntryDate": "2026-01-22T17:29:04.3646075+01:00",
"ExitDate": "2026-01-22T17:29:04.3646075+01:00",
"Published": true,
"PublishedDescription": "sample string 9",
"MainPartyId": "3752d6b1-fc4e-4223-bd33-3a440a16acad",
"Description": "sample string 10",
"ParticipantStatusId": "sample string 11",
"Department": "sample string 12",
"ReimbursementRate": 1.1,
"Website": "sample string 13",
"Address": "sample string 14",
"Postcode": "sample string 15",
"City": "sample string 16",
"Image": "sample string 17",
"ProjectVersionId": "60347131-66df-4898-8f63-f1c1ce644018",
"Locked": true,
"JUMemberId": "f03b20c5-5434-457b-9a38-f2c9c0d18e1f",
"Iban": "sample string 20",
"Bic": "sample string 21",
"Pic": "sample string 22",
"ParticipantRoleId": "e554c94e-ce6d-4a60-ac6c-cf2ecff6c09b",
"ParticipantRoleCode": "sample string 23",
"ParticipantRoleTitle": "sample string 24",
"CountryId": 1,
"CountryCode": "sample string 25",
"CountryTitle": "sample string 26",
"CountryCoefficient": 1.1,
"ParticipantStatusTitle": "sample string 27",
"ExitsFromTheProject": true,
"ParticipantName": "sample string 28",
"ParticipantFinancialId": "365de2db-7991-4bb8-a224-24a64c32273b",
"PersonnelMonthlyRate": 1.1,
"PersonnelMonthlyHours": 1.1,
"ConsultantsMonthlyRate": 1.1,
"ConsultantsMonthlyHours": 1.1,
"SecondedPersonsMonthlyRate": 1.1,
"SecondedPersonsMonthlyHours": 1.1,
"SmeOwnersMonthlyRate": 1.1,
"SmeOwnersMonthlyHours": 1.1,
"WithoutSalaryMonthlyRate": 1.1,
"WithoutSalaryMonthlyHours": 1.1,
"PersonnelAccessMonthlyRate": 1.1,
"PersonnelAccessMonthlyHours": 1.1,
"SecondedPersonsNMonthlyRate": 1.1,
"SecondedPersonsNMonthlyHours": 1.1,
"CreationDate": "2026-01-22T17:29:04.3646075+01:00",
"JUMember": true,
"Visible": true,
"JU": true,
"ThresholdIkop": 1.1,
"ParticipantRiskLevelId": "8348c8a1-8293-45a1-bf45-6e965a2431a7",
"Title": "sample string 31"
}
]
application/xml, text/xml
Sample:
<ArrayOfV5Participants xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLToolApi">
<V5Participants>
<Address>sample string 14</Address>
<Bic>sample string 21</Bic>
<City>sample string 16</City>
<Code>sample string 6</Code>
<ConsultantsMonthlyHours>1.1</ConsultantsMonthlyHours>
<ConsultantsMonthlyRate>1.1</ConsultantsMonthlyRate>
<CountryCode>sample string 25</CountryCode>
<CountryCoefficient>1.1</CountryCoefficient>
<CountryId>1</CountryId>
<CountryTitle>sample string 26</CountryTitle>
<CreationDate>2026-01-22T17:29:04.3646075+01:00</CreationDate>
<Department>sample string 12</Department>
<Description>sample string 10</Description>
<EntryDate>2026-01-22T17:29:04.3646075+01:00</EntryDate>
<ExitDate>2026-01-22T17:29:04.3646075+01:00</ExitDate>
<ExitsFromTheProject>true</ExitsFromTheProject>
<Iban>sample string 20</Iban>
<Image>sample string 17</Image>
<JU>true</JU>
<JUMember>true</JUMember>
<JUMemberId>f03b20c5-5434-457b-9a38-f2c9c0d18e1f</JUMemberId>
<LegalName>sample string 8</LegalName>
<LinkedThirdPartyNumber>sample string 5</LinkedThirdPartyNumber>
<Locked>true</Locked>
<MainPartyId>3752d6b1-fc4e-4223-bd33-3a440a16acad</MainPartyId>
<Number>4</Number>
<ParticipantFinancialId>365de2db-7991-4bb8-a224-24a64c32273b</ParticipantFinancialId>
<ParticipantId>4fe28127-12cb-4bf1-9f0b-07586ad82122</ParticipantId>
<ParticipantName>sample string 28</ParticipantName>
<ParticipantRiskLevelId>8348c8a1-8293-45a1-bf45-6e965a2431a7</ParticipantRiskLevelId>
<ParticipantRoleCode>sample string 23</ParticipantRoleCode>
<ParticipantRoleId>e554c94e-ce6d-4a60-ac6c-cf2ecff6c09b</ParticipantRoleId>
<ParticipantRoleTitle>sample string 24</ParticipantRoleTitle>
<ParticipantStatusId>sample string 11</ParticipantStatusId>
<ParticipantStatusTitle>sample string 27</ParticipantStatusTitle>
<PersonnelAccessMonthlyHours>1.1</PersonnelAccessMonthlyHours>
<PersonnelAccessMonthlyRate>1.1</PersonnelAccessMonthlyRate>
<PersonnelMonthlyHours>1.1</PersonnelMonthlyHours>
<PersonnelMonthlyRate>1.1</PersonnelMonthlyRate>
<Pic>sample string 22</Pic>
<Postcode>sample string 15</Postcode>
<ProjectId>689bb021-132c-4309-b7aa-4f1e0a469f7d</ProjectId>
<ProjectParticipantId>b14576e1-47f7-4d97-b244-e25acabd2baa</ProjectParticipantId>
<ProjectVersionId>60347131-66df-4898-8f63-f1c1ce644018</ProjectVersionId>
<Published>true</Published>
<PublishedDescription>sample string 9</PublishedDescription>
<ReimbursementRate>1.1</ReimbursementRate>
<SecondedPersonsMonthlyHours>1.1</SecondedPersonsMonthlyHours>
<SecondedPersonsMonthlyRate>1.1</SecondedPersonsMonthlyRate>
<SecondedPersonsNMonthlyHours>1.1</SecondedPersonsNMonthlyHours>
<SecondedPersonsNMonthlyRate>1.1</SecondedPersonsNMonthlyRate>
<ShortName>sample string 7</ShortName>
<SmeOwnersMonthlyHours>1.1</SmeOwnersMonthlyHours>
<SmeOwnersMonthlyRate>1.1</SmeOwnersMonthlyRate>
<ThresholdIkop>1.1</ThresholdIkop>
<Title>sample string 31</Title>
<Visible>true</Visible>
<Website>sample string 13</Website>
<WithoutSalaryMonthlyHours>1.1</WithoutSalaryMonthlyHours>
<WithoutSalaryMonthlyRate>1.1</WithoutSalaryMonthlyRate>
</V5Participants>
<V5Participants>
<Address>sample string 14</Address>
<Bic>sample string 21</Bic>
<City>sample string 16</City>
<Code>sample string 6</Code>
<ConsultantsMonthlyHours>1.1</ConsultantsMonthlyHours>
<ConsultantsMonthlyRate>1.1</ConsultantsMonthlyRate>
<CountryCode>sample string 25</CountryCode>
<CountryCoefficient>1.1</CountryCoefficient>
<CountryId>1</CountryId>
<CountryTitle>sample string 26</CountryTitle>
<CreationDate>2026-01-22T17:29:04.3646075+01:00</CreationDate>
<Department>sample string 12</Department>
<Description>sample string 10</Description>
<EntryDate>2026-01-22T17:29:04.3646075+01:00</EntryDate>
<ExitDate>2026-01-22T17:29:04.3646075+01:00</ExitDate>
<ExitsFromTheProject>true</ExitsFromTheProject>
<Iban>sample string 20</Iban>
<Image>sample string 17</Image>
<JU>true</JU>
<JUMember>true</JUMember>
<JUMemberId>f03b20c5-5434-457b-9a38-f2c9c0d18e1f</JUMemberId>
<LegalName>sample string 8</LegalName>
<LinkedThirdPartyNumber>sample string 5</LinkedThirdPartyNumber>
<Locked>true</Locked>
<MainPartyId>3752d6b1-fc4e-4223-bd33-3a440a16acad</MainPartyId>
<Number>4</Number>
<ParticipantFinancialId>365de2db-7991-4bb8-a224-24a64c32273b</ParticipantFinancialId>
<ParticipantId>4fe28127-12cb-4bf1-9f0b-07586ad82122</ParticipantId>
<ParticipantName>sample string 28</ParticipantName>
<ParticipantRiskLevelId>8348c8a1-8293-45a1-bf45-6e965a2431a7</ParticipantRiskLevelId>
<ParticipantRoleCode>sample string 23</ParticipantRoleCode>
<ParticipantRoleId>e554c94e-ce6d-4a60-ac6c-cf2ecff6c09b</ParticipantRoleId>
<ParticipantRoleTitle>sample string 24</ParticipantRoleTitle>
<ParticipantStatusId>sample string 11</ParticipantStatusId>
<ParticipantStatusTitle>sample string 27</ParticipantStatusTitle>
<PersonnelAccessMonthlyHours>1.1</PersonnelAccessMonthlyHours>
<PersonnelAccessMonthlyRate>1.1</PersonnelAccessMonthlyRate>
<PersonnelMonthlyHours>1.1</PersonnelMonthlyHours>
<PersonnelMonthlyRate>1.1</PersonnelMonthlyRate>
<Pic>sample string 22</Pic>
<Postcode>sample string 15</Postcode>
<ProjectId>689bb021-132c-4309-b7aa-4f1e0a469f7d</ProjectId>
<ProjectParticipantId>b14576e1-47f7-4d97-b244-e25acabd2baa</ProjectParticipantId>
<ProjectVersionId>60347131-66df-4898-8f63-f1c1ce644018</ProjectVersionId>
<Published>true</Published>
<PublishedDescription>sample string 9</PublishedDescription>
<ReimbursementRate>1.1</ReimbursementRate>
<SecondedPersonsMonthlyHours>1.1</SecondedPersonsMonthlyHours>
<SecondedPersonsMonthlyRate>1.1</SecondedPersonsMonthlyRate>
<SecondedPersonsNMonthlyHours>1.1</SecondedPersonsNMonthlyHours>
<SecondedPersonsNMonthlyRate>1.1</SecondedPersonsNMonthlyRate>
<ShortName>sample string 7</ShortName>
<SmeOwnersMonthlyHours>1.1</SmeOwnersMonthlyHours>
<SmeOwnersMonthlyRate>1.1</SmeOwnersMonthlyRate>
<ThresholdIkop>1.1</ThresholdIkop>
<Title>sample string 31</Title>
<Visible>true</Visible>
<Website>sample string 13</Website>
<WithoutSalaryMonthlyHours>1.1</WithoutSalaryMonthlyHours>
<WithoutSalaryMonthlyRate>1.1</WithoutSalaryMonthlyRate>
</V5Participants>
</ArrayOfV5Participants>