Type alias HighSystemsRequestGetRecordsCount

HighSystemsRequestGetRecordsCount: HighSystemsRequest & {
    appid: any;
    mergeQuery?: any;
    query?: any;
    reportid?: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • Optional mergeQuery?: any

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

  • Optional query?: any
  • Optional reportid?: any
  • tableid: any

    Table ID

Generated using TypeDoc