Returns the list of MPE rules by MPE policy id.get https://localhost:8501/lr-admin-api/mpepolicies/{id}/mpeRulesReturns the MPE rules associated to MPE Policy based on the MPEPolicyId.Path Paramsidintegerrequired-2147483647 to 2147483647The Object Id stored in the database.Query ParamsoffsetintegerDefaults to 0The starting point of records to be returned.countinteger1 to 1000Defaults to 100The number of results to be returned.orderBystringenumDefaults to nameSorts records by name or Id.nameidAllowed:nameiddirstringenumDefaults to ascendingSorts records by ascending or descending.ascendingdescendingAllowed:ascendingdescendingnamestringObject name filter.commonEventIdarray of integersFilters MPERule records by Common Event Id.commonEventIdADD integermsgClassIdarray of integersFilters MPERule records by Msg Class Id.msgClassIdADD integerisMPERuleEnabledarray of booleansFilters results by whether the MPE rule is enable in a associated MPE policy or not.isMPERuleEnabledADD booleanlastUpdateddate-timeReturns results having lastUpdated greater or equal to than the one provided in query parameter.Responses 200Returns the list of MPE rules associated to specific MPE policy. 403A User without the correct permissions tried to get the list MPE rules associated to specified MPE policy Id.Updated 6 months ago