ftos.data.getByQuery

IMPORTANT!  
Starting with v24.3.0, this is renamed from getByQuery to ftos.data.getByQuery.

Returns a fetch result set.

This is a data service method for business service components.

Syntax

Copy
function ftos.data.getByQuery(fetch : IFtosFetch): any[];
 
Parameter Type Description
fetch IFtosFetch The code of the fetch query.

Type Aliases

Return Value

Returns a JSON object that contains the fetch result set.

Examples