Class GetRecordsRequest

GetRecordsRequest - Request to get records by their ids

Constructors

  • Parameters

    • appId: number

      The id of the app the records belong to.

    • recordIds: number[]

      The ids of the records to get.

    • fieldIds: number[] = []

      The ids of the fields to include in the response.

    • dataFormat: DataFormat = DataFormat.Raw

      The format of the data in the response.

    Returns GetRecordsRequest

Properties

appId: number
dataFormat: DataFormat
fieldIds: number[]
recordIds: number[]