Type alias HighSystemsRequestGetPresignedFileUrl

HighSystemsRequestGetPresignedFileUrl: HighSystemsRequest & {
    action: any;
    appid?: any;
    contentType?: any;
    fieldid?: any;
    logo?: any;
    pageid?: any;
    recordid?: any;
    responseDisposition?: any;
    responseType?: any;
    tableid?: any;
}

Type declaration

  • action: any
  • Optional appid?: any

    Application ID

  • Optional contentType?: any
  • Optional fieldid?: any

    Field ID

  • Optional logo?: any
  • Optional pageid?: any

    Page ID

  • Optional recordid?: any

    Record ID

  • Optional responseDisposition?: any
  • Optional responseType?: any
  • Optional tableid?: any

    Table ID

Generated using TypeDoc