EntityDataTableApi

Functions

Link copied to clipboard

Create Entity-Datatable Checks Mandatory Fields : entity, status, datatableName Non-Mandatory Fields : productId Responses:

Link copied to clipboard
abstract suspend fun deleteDatatable1(entityDatatableCheckId: Long, body: String? = null): DeleteEntityDatatableChecksTemplateResponse

Delete Entity-Datatable Checks Deletes an existing Entity-Datatable Check Responses:

Link copied to clipboard

Retrieve Entity-Datatable Checks Template This is a convenience resource useful for building maintenance user interface screens for Entity-Datatable Checks applications. The template data returned consists of: Allowed description Lists Example Request: entityDatatableChecks/template Responses:

Link copied to clipboard
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: