onspring-api-sdk
    Preparing search index...

    Class GetRecordsRequest

    GetRecordsRequest - Request to get records by their ids

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

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