GET api/V5Domains?ProjectcId={ProjectcId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectcId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of V5Domains| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| ShortTitle | string |
None. |
|
| Title | string |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| IsFinancial | boolean |
None. |
|
| DomainTypeId | integer |
None. |
|
| DomainTypeTitle | string |
None. |
|
| DomainParentId | globally unique identifier |
None. |
|
| TreePath | string |
None. |
|
| RightTitle | string |
None. |
|
| RightId | integer |
None. |
|
| MemberId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DomainId": "fb03d48c-b6fe-4e85-a9ce-8d52366398bb",
"Code": "sample string 2",
"ShortTitle": "sample string 3",
"Title": "sample string 4",
"ProjectId": "7d11b51d-4924-4f80-9909-3d83c1ab0b53",
"CreationDate": "2026-04-24T16:05:31.7626308+02:00",
"IsFinancial": true,
"DomainTypeId": 8,
"DomainTypeTitle": "sample string 9",
"DomainParentId": "26a7ac19-be14-490a-b091-d07fedf34049",
"TreePath": "sample string 10",
"RightTitle": "sample string 11",
"RightId": 12,
"MemberId": "42dc98dd-498d-4711-9b6f-5e05f916e015"
},
{
"DomainId": "fb03d48c-b6fe-4e85-a9ce-8d52366398bb",
"Code": "sample string 2",
"ShortTitle": "sample string 3",
"Title": "sample string 4",
"ProjectId": "7d11b51d-4924-4f80-9909-3d83c1ab0b53",
"CreationDate": "2026-04-24T16:05:31.7626308+02:00",
"IsFinancial": true,
"DomainTypeId": 8,
"DomainTypeTitle": "sample string 9",
"DomainParentId": "26a7ac19-be14-490a-b091-d07fedf34049",
"TreePath": "sample string 10",
"RightTitle": "sample string 11",
"RightId": 12,
"MemberId": "42dc98dd-498d-4711-9b6f-5e05f916e015"
}
]
application/xml, text/xml
Sample:
<ArrayOfV5Domains xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLToolApi">
<V5Domains>
<Code>sample string 2</Code>
<CreationDate>2026-04-24T16:05:31.7626308+02:00</CreationDate>
<DomainId>fb03d48c-b6fe-4e85-a9ce-8d52366398bb</DomainId>
<DomainParentId>26a7ac19-be14-490a-b091-d07fedf34049</DomainParentId>
<DomainTypeId>8</DomainTypeId>
<DomainTypeTitle>sample string 9</DomainTypeTitle>
<IsFinancial>true</IsFinancial>
<MemberId>42dc98dd-498d-4711-9b6f-5e05f916e015</MemberId>
<ProjectId>7d11b51d-4924-4f80-9909-3d83c1ab0b53</ProjectId>
<RightId>12</RightId>
<RightTitle>sample string 11</RightTitle>
<ShortTitle>sample string 3</ShortTitle>
<Title>sample string 4</Title>
<TreePath>sample string 10</TreePath>
</V5Domains>
<V5Domains>
<Code>sample string 2</Code>
<CreationDate>2026-04-24T16:05:31.7626308+02:00</CreationDate>
<DomainId>fb03d48c-b6fe-4e85-a9ce-8d52366398bb</DomainId>
<DomainParentId>26a7ac19-be14-490a-b091-d07fedf34049</DomainParentId>
<DomainTypeId>8</DomainTypeId>
<DomainTypeTitle>sample string 9</DomainTypeTitle>
<IsFinancial>true</IsFinancial>
<MemberId>42dc98dd-498d-4711-9b6f-5e05f916e015</MemberId>
<ProjectId>7d11b51d-4924-4f80-9909-3d83c1ab0b53</ProjectId>
<RightId>12</RightId>
<RightTitle>sample string 11</RightTitle>
<ShortTitle>sample string 3</ShortTitle>
<Title>sample string 4</Title>
<TreePath>sample string 10</TreePath>
</V5Domains>
</ArrayOfV5Domains>