system.api

System API allowing to perform call on Data without access control. Use this API carefully.

system.api.execute_query_with_projection(query, projection)

Execute a given query with a projection.

Parameters:
  • query
  • projection

Returns:

system.api.get_all_by_list_template(list_template)

Get all data that belong to the template list.

Parameters:list_template

Returns:

system.api.get_all_by_template(template)

Get all data belonging to the specified template.

Parameters:template

Returns:

system.api.get_all_except(id_list)

Get all data except the ones with the IDs provided.

Parameters:id_list

Returns:

system.api.get_data_by_id(data_id)

Return data object with the given id.

Parameters:data_id

Returns: data object