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": "5d11be4b-ee0f-4481-8620-085b46fe1b8d",
"Code": "sample string 2",
"ShortTitle": "sample string 3",
"Title": "sample string 4",
"ProjectId": "781f770c-fec1-4a24-87cf-1540fea870ba",
"CreationDate": "2026-09-07T12:50:53.1247537+02:00",
"IsFinancial": true,
"DomainTypeId": 8,
"DomainTypeTitle": "sample string 9",
"DomainParentId": "460f4a07-2c70-4921-9624-188f93d092f1",
"TreePath": "sample string 10",
"RightTitle": "sample string 11",
"RightId": 12,
"MemberId": "84e60f7b-2592-4a7c-8c96-3135b4a712fb"
},
{
"DomainId": "5d11be4b-ee0f-4481-8620-085b46fe1b8d",
"Code": "sample string 2",
"ShortTitle": "sample string 3",
"Title": "sample string 4",
"ProjectId": "781f770c-fec1-4a24-87cf-1540fea870ba",
"CreationDate": "2026-09-07T12:50:53.1247537+02:00",
"IsFinancial": true,
"DomainTypeId": 8,
"DomainTypeTitle": "sample string 9",
"DomainParentId": "460f4a07-2c70-4921-9624-188f93d092f1",
"TreePath": "sample string 10",
"RightTitle": "sample string 11",
"RightId": 12,
"MemberId": "84e60f7b-2592-4a7c-8c96-3135b4a712fb"
}
]
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-09-07T12:50:53.1247537+02:00</CreationDate>
<DomainId>5d11be4b-ee0f-4481-8620-085b46fe1b8d</DomainId>
<DomainParentId>460f4a07-2c70-4921-9624-188f93d092f1</DomainParentId>
<DomainTypeId>8</DomainTypeId>
<DomainTypeTitle>sample string 9</DomainTypeTitle>
<IsFinancial>true</IsFinancial>
<MemberId>84e60f7b-2592-4a7c-8c96-3135b4a712fb</MemberId>
<ProjectId>781f770c-fec1-4a24-87cf-1540fea870ba</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-09-07T12:50:53.1247537+02:00</CreationDate>
<DomainId>5d11be4b-ee0f-4481-8620-085b46fe1b8d</DomainId>
<DomainParentId>460f4a07-2c70-4921-9624-188f93d092f1</DomainParentId>
<DomainTypeId>8</DomainTypeId>
<DomainTypeTitle>sample string 9</DomainTypeTitle>
<IsFinancial>true</IsFinancial>
<MemberId>84e60f7b-2592-4a7c-8c96-3135b4a712fb</MemberId>
<ProjectId>781f770c-fec1-4a24-87cf-1540fea870ba</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>