APIs in the DataApiUtils module
Use the APIs in the DataApiUtils module to retrieve information from data views.
- getCaseEditLock(caseID, context)
Locks a case so that it can be edited.
- getCaseEditMetadata(caseID, context)
Obtains the edit metadata of a case.
- getData(dataViewName, payload, context, options)
Retrieves the list of data records in a data view.
- getDataViewMetadata(dataViewName, context)
Obtains the metadata of a data view.
- getListCount(dataViewName, payload, context)
Obtains the number of records in a data view.
- updateCaseEditFieldsData(caseID, changeSet, eTag, context)
Updates the fields of a case.
Previous topic purgeTransientData(transientItemID) Next topic getCaseEditLock(caseID, context)