Custom endpoint output such as XML, JSON or HTML

In Integray you can use system or custom data schemas for output. However in this case requests will be always returned as JSON arrays. However we have couple of output schema exceptions for the following schemas:

  • Endpoint File Output
  • Endpoint JSON (single) Output
  • Endpoint JSON Output
  • Endpoint XML (single) Output
  • Endpoint XML Output
  • Endpoint HTML Output

Here is the link to Integray help providing details information on how to use it Lear Integray.

1 Like

Hi Tomas,

I would like to ask in which format Endpoint File Output returns the concrete file? Is the return format in Base64 represented as text or Integray serves file directly for download within user’s browser?

Thanks

Endpoint File Output is using base64 with definition of filename (including extension).

1 Like