Get List of RisksAsk AIpost https://{hostname}/api/risk/v2/risks/pagesUse this API to retrieve a paginated list of risks based on search criteria and sorting options.Query Paramspageint32β₯ 0Defaults to 0Results page to be retrieved (0..N)sizeint321 to 100Defaults to 20Number of records per page (1..50)sortstringenumDefaults to createdDate,descSorting criteria in the format: property(,asc|desc). Default sort order is descending.number,ascnumber,descname,ascname,descorgGroupId,ascorgGroupId,desccreatedDate,asccreatedDate,descdescription,descdescription,asccontrolImplementationCount,desccontrolImplementationCount,ascShow 12 enum valuesBody ParamsfiltersobjectMap of field names to their filter values for exact matching +This will be a Map of String Key and Object value. 'fieldname' key is mandatory to be passed, followed by value, example could be like name as some riskNamefilters objectpredicatesarray of objectsSet of attribute predicates for complex search conditionspredicatesADD objectfullTextSearchstringFull text search term to search across risk fieldsvisibleColumnsarray of stringsList of column names to include in the responsevisibleColumnsADD stringincludeHierarchicalChildInventoryRisksbooleanDefaults to falseInclude risks associated with inventory related as children in Inventory hierarchytruefalseResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago