Operations at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/grid
This page describes the service operations at this endpoint.
Uri | Method | Description |
---|---|---|
{windowId}/elements/changerow | POST | Change the active row of a datawindow. |
OPTIONS | Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/grid/{WINDOWID}/elements/changerow?pageName={PAGENAME}&datawindowName={DATAWINDOWNAME}&rowIndex={ROWINDEX} | |
{windowId}/elements/findrows | POST | Find matching rows on the given DW using user defined criteria. |
OPTIONS | Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/grid/{WINDOWID}/elements/findrows?dwName={DWNAME}&setActiveRows={SETACTIVEROWS} | |
{windowId}/elements/setactiverows | PUT | Set the active rows on a grid datawindow |
OPTIONS | Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/grid/{WINDOWID}/elements/setactiverows?pageName={PAGENAME}&dws={DWNAME}&activeRowSpecification={ACTIVEROWSPECIFICATION} | |
{windowId}/elements/setrowlimits | PUT | Set the limits of a grid datawindow |
OPTIONS | Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/grid/{WINDOWID}/elements/setrowlimits?pageName={PAGENAME}&dws={DWNAME}&startRow={STARTROW}&endRow={ENDROW} | |
{windowId}/elements/sort | POST | Sort the given DW by the given column |
OPTIONS | Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/grid/{WINDOWID}/elements/sort?dwName={DWNAME}&sortColumn={SORTCOLUMN}&direction={SORTDIRECTION} | |
{windowId}/elements/state | GET | Get properties and data of the given DW. |
OPTIONS | Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/grid/{WINDOWID}/elements/state?dwName={DWNAME}&activeRows={ACTIVEROWS}&tabPage={TABPAGENAME} | |
elements/selectrows | POST | Select rows on the given DW |
OPTIONS | Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/grid/elements/selectrows |