Read a set of entries from Combined Project Hierarchy Text.

GET {{baseUrl}}/ProjectHierText?$top=<integer>&$skip=<integer>&$filter=<string>&$inlinecount=none&$orderby=ValidityEndDate desc,ValidityStartDate desc&$select=Language,ValidityEndDate

Read a set of entries from Combined Project Hierarchy Text.

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$filterstringFilter items by property values, see Filtering
$inlinecountstringInclude count of items, see Inlinecount
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;d&quot;:{&quot;__count&quot;:&quot;\u003cstring\u003e&quot;,&quot;results&quot;:[{&quot;AdditionalMasterDataHierarchy&quot;:&quot;\u003cstring\u003e&quot;,&quot;HierarchyNode&quot;:&quot;\u003cstring\u003e&quot;,&quot;ValidityEndDate&quot;:&quot;\u003cstring\u003e&quot;,&quot;Language&quot;:&quot;\u003cstring\u003e&quot;,&quot;HierarchyNodeText&quot;:&quot;\u003cstring\u003e&quot;,&quot;ValidityStartDate&quot;:&quot;\u003cstring\u003e&quot;,&quot;NodeType&quot;:&quot;\u003cstring\u003e&quot;},{&quot;AdditionalMasterDataHierarchy&quot;:&quot;\u003cstring\u003e&quot;,&quot;HierarchyNode&quot;:&quot;\u003cstring\u003e&quot;,&quot;ValidityEndDate&quot;:&quot;\u003cstring\u003e&quot;,&quot;Language&quot;:&quot;\u003cstring\u003e&quot;,&quot;HierarchyNodeText&quot;:&quot;\u003cstring\u003e&quot;,&quot;ValidityStartDate&quot;:&quot;\u003cstring\u003e&quot;,&quot;NodeType&quot;:&quot;\u003cstring\u003e&quot;}]}}