GET api/Participants?ProjectcId={ProjectcId}&PrjVersion={PrjVersion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectcId | globally unique identifier |
Required |
|
| PrjVersion | globally unique identifier |
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": "2d49be46-2b95-4e5f-bac7-5dabf4ea847b",
"ProjectId": "9f31650e-bbf2-44c8-8216-4f464bd3f25a",
"ParticipantId": "69e1865e-c1cf-492f-b1d4-2db6dc9f1d91",
"Number": 4,
"LinkedThirdPartyNumber": "sample string 5",
"Code": "sample string 6",
"ShortName": "sample string 7",
"LegalName": "sample string 8",
"EntryDate": "2026-09-07T12:50:11.4874051+02:00",
"ExitDate": "2026-09-07T12:50:11.4874051+02:00",
"Published": true,
"PublishedDescription": "sample string 9",
"MainPartyId": "a7817cdf-d6b2-4ddc-95e3-8efe7039c383",
"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": "f04de847-f30c-4fed-ab13-276953e6b8e3",
"Locked": true,
"JUMemberId": "17c668a3-c988-48a0-bbaf-2d26e3e2b98e",
"Iban": "sample string 20",
"Bic": "sample string 21",
"Pic": "sample string 22",
"ParticipantRoleId": "a070cf6b-2396-4d7c-b990-b2cfbc10c8c0",
"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": "63275173-657b-49b8-8c2c-b30dacf72594",
"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-09-07T12:50:11.4874051+02:00",
"JUMember": true,
"Visible": true,
"JU": true,
"ThresholdIkop": 1.1,
"ParticipantRiskLevelId": "ce0d8448-3eba-4185-9549-a284506aa2ae",
"Title": "sample string 31"
},
{
"ProjectParticipantId": "2d49be46-2b95-4e5f-bac7-5dabf4ea847b",
"ProjectId": "9f31650e-bbf2-44c8-8216-4f464bd3f25a",
"ParticipantId": "69e1865e-c1cf-492f-b1d4-2db6dc9f1d91",
"Number": 4,
"LinkedThirdPartyNumber": "sample string 5",
"Code": "sample string 6",
"ShortName": "sample string 7",
"LegalName": "sample string 8",
"EntryDate": "2026-09-07T12:50:11.4874051+02:00",
"ExitDate": "2026-09-07T12:50:11.4874051+02:00",
"Published": true,
"PublishedDescription": "sample string 9",
"MainPartyId": "a7817cdf-d6b2-4ddc-95e3-8efe7039c383",
"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": "f04de847-f30c-4fed-ab13-276953e6b8e3",
"Locked": true,
"JUMemberId": "17c668a3-c988-48a0-bbaf-2d26e3e2b98e",
"Iban": "sample string 20",
"Bic": "sample string 21",
"Pic": "sample string 22",
"ParticipantRoleId": "a070cf6b-2396-4d7c-b990-b2cfbc10c8c0",
"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": "63275173-657b-49b8-8c2c-b30dacf72594",
"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-09-07T12:50:11.4874051+02:00",
"JUMember": true,
"Visible": true,
"JU": true,
"ThresholdIkop": 1.1,
"ParticipantRiskLevelId": "ce0d8448-3eba-4185-9549-a284506aa2ae",
"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-09-07T12:50:11.4874051+02:00</CreationDate>
<Department>sample string 12</Department>
<Description>sample string 10</Description>
<EntryDate>2026-09-07T12:50:11.4874051+02:00</EntryDate>
<ExitDate>2026-09-07T12:50:11.4874051+02:00</ExitDate>
<ExitsFromTheProject>true</ExitsFromTheProject>
<Iban>sample string 20</Iban>
<Image>sample string 17</Image>
<JU>true</JU>
<JUMember>true</JUMember>
<JUMemberId>17c668a3-c988-48a0-bbaf-2d26e3e2b98e</JUMemberId>
<LegalName>sample string 8</LegalName>
<LinkedThirdPartyNumber>sample string 5</LinkedThirdPartyNumber>
<Locked>true</Locked>
<MainPartyId>a7817cdf-d6b2-4ddc-95e3-8efe7039c383</MainPartyId>
<Number>4</Number>
<ParticipantFinancialId>63275173-657b-49b8-8c2c-b30dacf72594</ParticipantFinancialId>
<ParticipantId>69e1865e-c1cf-492f-b1d4-2db6dc9f1d91</ParticipantId>
<ParticipantName>sample string 28</ParticipantName>
<ParticipantRiskLevelId>ce0d8448-3eba-4185-9549-a284506aa2ae</ParticipantRiskLevelId>
<ParticipantRoleCode>sample string 23</ParticipantRoleCode>
<ParticipantRoleId>a070cf6b-2396-4d7c-b990-b2cfbc10c8c0</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>9f31650e-bbf2-44c8-8216-4f464bd3f25a</ProjectId>
<ProjectParticipantId>2d49be46-2b95-4e5f-bac7-5dabf4ea847b</ProjectParticipantId>
<ProjectVersionId>f04de847-f30c-4fed-ab13-276953e6b8e3</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-09-07T12:50:11.4874051+02:00</CreationDate>
<Department>sample string 12</Department>
<Description>sample string 10</Description>
<EntryDate>2026-09-07T12:50:11.4874051+02:00</EntryDate>
<ExitDate>2026-09-07T12:50:11.4874051+02:00</ExitDate>
<ExitsFromTheProject>true</ExitsFromTheProject>
<Iban>sample string 20</Iban>
<Image>sample string 17</Image>
<JU>true</JU>
<JUMember>true</JUMember>
<JUMemberId>17c668a3-c988-48a0-bbaf-2d26e3e2b98e</JUMemberId>
<LegalName>sample string 8</LegalName>
<LinkedThirdPartyNumber>sample string 5</LinkedThirdPartyNumber>
<Locked>true</Locked>
<MainPartyId>a7817cdf-d6b2-4ddc-95e3-8efe7039c383</MainPartyId>
<Number>4</Number>
<ParticipantFinancialId>63275173-657b-49b8-8c2c-b30dacf72594</ParticipantFinancialId>
<ParticipantId>69e1865e-c1cf-492f-b1d4-2db6dc9f1d91</ParticipantId>
<ParticipantName>sample string 28</ParticipantName>
<ParticipantRiskLevelId>ce0d8448-3eba-4185-9549-a284506aa2ae</ParticipantRiskLevelId>
<ParticipantRoleCode>sample string 23</ParticipantRoleCode>
<ParticipantRoleId>a070cf6b-2396-4d7c-b990-b2cfbc10c8c0</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>9f31650e-bbf2-44c8-8216-4f464bd3f25a</ProjectId>
<ProjectParticipantId>2d49be46-2b95-4e5f-bac7-5dabf4ea847b</ProjectParticipantId>
<ProjectVersionId>f04de847-f30c-4fed-ab13-276953e6b8e3</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>