Business Rules - Aggregate Methods

/api/repositories/{repository}/businessrules/aggregatemethods
Parameter Type Purpose
repository string The name of the Repository to access

Get

GET /api/repositories/(string: repository)/businessrules/aggregatemethods

List the Aggregate Methods available for use when adding or editting a business rule that requires aggregation.

GET /api/repositories/test/businessrules/priorities HTTP/1.1
Accept: application/json
Response Code Reason
200 No error
500 Server error

The response contains a JSON packet listing the available aggregate methods that can be used when adding or editting a business rule. Each item contains the name and the value of the method. The name is for display, and the corresponding value must be specified in the AGGREGATE_METHOD field when adding or editting business rules.