GET api/V5Domains?ProjectcId={ProjectcId}&DomainTypeID={DomainTypeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectcId | globally unique identifier |
Required |
|
| DomainTypeID | integer |
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": "45937058-2428-495f-aefd-2b87a3f55420",
"Code": "sample string 2",
"ShortTitle": "sample string 3",
"Title": "sample string 4",
"ProjectId": "b96e232c-3d12-467e-b130-30eea27750e5",
"CreationDate": "2026-06-08T20:34:13.0355321+02:00",
"IsFinancial": true,
"DomainTypeId": 8,
"DomainTypeTitle": "sample string 9",
"DomainParentId": "92bf6e3c-f64b-4e67-a355-55f064591092",
"TreePath": "sample string 10",
"RightTitle": "sample string 11",
"RightId": 12,
"MemberId": "91da9677-3853-4229-bfdd-5ee0d9306684"
},
{
"DomainId": "45937058-2428-495f-aefd-2b87a3f55420",
"Code": "sample string 2",
"ShortTitle": "sample string 3",
"Title": "sample string 4",
"ProjectId": "b96e232c-3d12-467e-b130-30eea27750e5",
"CreationDate": "2026-06-08T20:34:13.0355321+02:00",
"IsFinancial": true,
"DomainTypeId": 8,
"DomainTypeTitle": "sample string 9",
"DomainParentId": "92bf6e3c-f64b-4e67-a355-55f064591092",
"TreePath": "sample string 10",
"RightTitle": "sample string 11",
"RightId": 12,
"MemberId": "91da9677-3853-4229-bfdd-5ee0d9306684"
}
]
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-06-08T20:34:13.0355321+02:00</CreationDate>
<DomainId>45937058-2428-495f-aefd-2b87a3f55420</DomainId>
<DomainParentId>92bf6e3c-f64b-4e67-a355-55f064591092</DomainParentId>
<DomainTypeId>8</DomainTypeId>
<DomainTypeTitle>sample string 9</DomainTypeTitle>
<IsFinancial>true</IsFinancial>
<MemberId>91da9677-3853-4229-bfdd-5ee0d9306684</MemberId>
<ProjectId>b96e232c-3d12-467e-b130-30eea27750e5</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-06-08T20:34:13.0355321+02:00</CreationDate>
<DomainId>45937058-2428-495f-aefd-2b87a3f55420</DomainId>
<DomainParentId>92bf6e3c-f64b-4e67-a355-55f064591092</DomainParentId>
<DomainTypeId>8</DomainTypeId>
<DomainTypeTitle>sample string 9</DomainTypeTitle>
<IsFinancial>true</IsFinancial>
<MemberId>91da9677-3853-4229-bfdd-5ee0d9306684</MemberId>
<ProjectId>b96e232c-3d12-467e-b130-30eea27750e5</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>