getDataTransforms

GET {{baseUrl}}/ssot/data-transforms?filterGroup=<string>&limit=<integer>&offset=<integer>&orderBy=<string>

Get a list of data transforms.

Available Version: 60.0

Request Params

KeyDatatypeRequiredDescription
filterGroupstringGroup to filter on.

Available Version: 60.0 | | limit | string | | Maximum number of rows to return from 120. If unspecified, the default number of rows is 20.

Available Version: 60.0 | | offset | string | | Number of rows to skip before returning results. Must be an integer greater than zero. If unspecified, no rows are skipped.

Available Version: 60.0 | | orderBy | string | | Sort order for the result set. If unspecified, items are returned in the order they are retrieved.

Available Version: 60.0 |

RESPONSES

status: OK

{&quot;currentPageUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;nextPageUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;totalSize&quot;:&quot;\u003cinteger\u003e&quot;}