Operations at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction

This page describes the service operations at this endpoint.

Uri Method Description
cleanup GET Cleanup session overhead.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction/cleanup
form POST Prepares SOA Datastream Form requests using the supplied window metadata and criteria data.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction/form
metadata POST Send the window metadata and transaction data for Save.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction/metadata?returnKeysOnly={RETURNKEYSONLY}
metadata/{windowClassName} GET Get the metadata for window. A specific Window ID can be provided but is not required. closeWindow defaults to true if not provided.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction/metadata/{WINDOWCLASSNAME}?id={WINDOWID}&closeWindow={CLOSEWINDOW}
metadata/data POST Get the data for window given a set of query expressions.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction/metadata/data
ping GET This performs a ping against the service endpoint to determine availability. This can be helpful to check service availability prior to making service calls.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction/ping
report POST Prepares SOA Reporting requests using the supplied window metadata and criteria data.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction/report
services GET Get the list of windows names. Type may be Form, Report or Window.
OPTIONS Service at https://buildcont.tpcx.com:17143/uiserver0/ui/full/v1/transaction/services?type={TYPE}