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": "e930f28f-4ca0-4e2f-abd5-48be4efc8586",
"Code": "sample string 2",
"ShortTitle": "sample string 3",
"Title": "sample string 4",
"ProjectId": "ead0a55f-170d-418b-9d03-02b68c865d52",
"CreationDate": "2026-03-05T12:42:50.0036698+01:00",
"IsFinancial": true,
"DomainTypeId": 8,
"DomainTypeTitle": "sample string 9",
"DomainParentId": "c3e86620-82e5-4dc6-a079-f4d8e5d22b6a",
"TreePath": "sample string 10",
"RightTitle": "sample string 11",
"RightId": 12,
"MemberId": "521d9ae7-9e37-4335-822f-f7830a529f74"
},
{
"DomainId": "e930f28f-4ca0-4e2f-abd5-48be4efc8586",
"Code": "sample string 2",
"ShortTitle": "sample string 3",
"Title": "sample string 4",
"ProjectId": "ead0a55f-170d-418b-9d03-02b68c865d52",
"CreationDate": "2026-03-05T12:42:50.0036698+01:00",
"IsFinancial": true,
"DomainTypeId": 8,
"DomainTypeTitle": "sample string 9",
"DomainParentId": "c3e86620-82e5-4dc6-a079-f4d8e5d22b6a",
"TreePath": "sample string 10",
"RightTitle": "sample string 11",
"RightId": 12,
"MemberId": "521d9ae7-9e37-4335-822f-f7830a529f74"
}
]
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-03-05T12:42:50.0036698+01:00</CreationDate>
<DomainId>e930f28f-4ca0-4e2f-abd5-48be4efc8586</DomainId>
<DomainParentId>c3e86620-82e5-4dc6-a079-f4d8e5d22b6a</DomainParentId>
<DomainTypeId>8</DomainTypeId>
<DomainTypeTitle>sample string 9</DomainTypeTitle>
<IsFinancial>true</IsFinancial>
<MemberId>521d9ae7-9e37-4335-822f-f7830a529f74</MemberId>
<ProjectId>ead0a55f-170d-418b-9d03-02b68c865d52</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-03-05T12:42:50.0036698+01:00</CreationDate>
<DomainId>e930f28f-4ca0-4e2f-abd5-48be4efc8586</DomainId>
<DomainParentId>c3e86620-82e5-4dc6-a079-f4d8e5d22b6a</DomainParentId>
<DomainTypeId>8</DomainTypeId>
<DomainTypeTitle>sample string 9</DomainTypeTitle>
<IsFinancial>true</IsFinancial>
<MemberId>521d9ae7-9e37-4335-822f-f7830a529f74</MemberId>
<ProjectId>ead0a55f-170d-418b-9d03-02b68c865d52</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>