retrieveAll6

abstract suspend fun retrieveAll6(status: Long? = null, entity: String? = null, productId: Long? = null, offset: Int? = null, limit: Int? = null): List<GetEntityDatatableChecksResponse>

List Entity-Datatable Checks The list capability of Entity-Datatable Checks can support pagination. OPTIONAL ARGUMENTS offset Integer optional, defaults to 0 Indicates the result from which pagination startslimit Integer optional, defaults to 200 Restricts the size of results returned. To override the default and return all entries you must explicitly pass a non-positive integer value for limit e.g. limit=0, or limit=-1 Example Request: entityDatatableChecks?offset=0&limit=15 Responses:

  • 200: OK

Return

kotlin.collections.List

Parameters

status

status (optional)

entity

entity (optional)

productId

productId (optional)

offset

offset (optional)

limit

limit (optional)