Type alias HighSystemsRequestGetRecords

HighSystemsRequestGetRecords: HighSystemsRequest & {
    appid: any;
    columns?: any;
    grouping?: any;
    includePermissions?: any;
    mergeQuery?: any;
    page?: any;
    query?: any;
    reportid?: any;
    sorting?: any;
    summarize?: any;
    tableid: any;
    type?: any;
}

Type declaration

  • appid: any

    Application ID

  • Optional columns?: any

    An array of field ids to return in the query. Can also be a period delimited string.

  • Optional grouping?: any

    An array of field ids to group by. Can also be a period delimited string.

  • Optional includePermissions?: any

    Return a permissions object that includes an edit and delete properties as booleans.

  • Optional mergeQuery?: any

    Merge the submitted query string with the saved query string from the report

  • Optional page?: any
  • Optional query?: any

    Query string to filter the record set

  • Optional reportid?: any
  • Optional sorting?: any

    An array of field ids to sort by. Can also be a period delimited string.

  • Optional summarize?: any

    An array of field ids to summarize by. Can also be a period delimited string.

  • tableid: any

    Table ID

  • Optional type?: any

    Query type

Generated using TypeDoc