Class GetRecordRequest

GetRecordRequest - A request to get a record.

Constructors

  • Parameters

    • appId: number

      The id of the app that the record belongs to.

    • recordId: number

      The id of the record.

    • 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 GetRecordRequest

    • A new instance of GetRecordRequest.

Properties

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