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
Key | Datatype | Required | Description |
---|---|---|---|
filterGroup | string | Group to filter on. |
Available Version: 60.0
|
| limit
| string | | Maximum number of rows to return from 1
–20
. 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
{"currentPageUrl":"\u003cstring\u003e","nextPageUrl":"\u003cstring\u003e","totalSize":"\u003cinteger\u003e"}