SkipDataRequestType: {
    sql: "sql";
    stored_query: "stored_query";
} = ...

Describes the different types of data requests the Skip API server can make for additional data.

  • sql: The Skip API server is asking for additional data to be gathered using a fully executable SQL statement
  • stored_query: The Skip API server is asking for additional data to be gathered using a stored query that is defined in the system within the Queries entity.

Type declaration

  • Readonly sql: "sql"
  • Readonly stored_query: "stored_query"