Orderby

By default, Modulo Risk Manager displays API results in the same order as they appear in the system interface. To change this behavior, "orderby" can be used, which allows the results displayed by the API to be ordered in the list.

 

EXAMPLES:

Filter mainly by event progress and secondly by date created (in descending order):

{WSUrl}/api/events?$orderby=Progress asc, Created desc

 

Filter by assets with the "Relevance" field (in ascending order):

{RMUrl}/api/organization/assets?$orderby=Relevance asc