Class GetRecordsByAppIdRequest

GetRecordsByAppIdRequest - Represents a request to get records by app id.

Constructors

  • Parameters

    • appId: number

      The id of the app that the records belong to.

    • fieldIds: number[] = []

      The ids of the fields to include in the response.

    • dataFormat: DataFormat = DataFormat.Raw

      The format of the data in the response.

    • pagingRequest: PagingRequest = ...

      The paging request.

    Returns GetRecordsByAppIdRequest

    • A new instance of GetRecordsByAppIdRequest.

Properties

appId: number
dataFormat: DataFormat = DataFormat.Raw
fieldIds: number[]
pagingRequest: PagingRequest