GET treenodes?value={value}&date={date}&contractID={contractID}&treeMode={treeMode}
Gets nodes for tree
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| value |
Value of selected node |
string |
Required |
| date |
Current selected date |
string |
Required |
| contractID |
ContractID of current user |
integer |
Required |
| treeMode |
Tree status mode: locks/states/movements |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of TreeNode| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| Text | string |
None. |
|
| Expandable | boolean |
None. |
|
| PrimaryIcon | string |
None. |
|
| SecondaryIcon | string |
None. |
|
| PrimaryIconColor | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.