Add Transforms to a Service Connection or an Endpoint

Transforms are JavaScript functions that you can use to alter:
  • REST requests, to customize sorting, filtering, and pagination.
  • REST responses, to reformat the data and retrieve paging metadata.

Transforms can be applied to a backend, child backend, service connection, or endpoint. These are known as service level transforms, and they are hierarchical. Typically, these transforms are applied to a backend so that they can be inherited by the backend's service connections and by the service connection's endpoints. Being hierarchical, transforms applied at higher levels override any transforms at lower levels. Endpoints are at the top of the hierarchy, then service connections, child backends, and lastly, backends.

For more about service level transforms, see Service Level Transforms.