onspring-api-sdk
    Preparing search index...

    Class GetRecordRequest

    GetRecordRequest - A request to get a record.

    Index
    • 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.
    appId: number
    dataFormat: DataFormat
    fieldIds: number[]
    recordId: number