POST /table/sql/transform
Request to transform the provided SQL based on the request parameters. For example, a TransformSqlWithFacetsRequest can be used to alter the where clause of the provided SQL based on the provided selected facets.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/table/sql/transform
Resource Information | |
---|---|
Authentication | not required |
HTTP Method | POST |
Request Object | SqlTransformRequest (application/json) |
Response Object | SqlTransformResponse (application/json) |