get https://api.accountabilityone.com/v1/ExpenseManagementRules
Retrieve Expense Management Rules
This API endpoint allows you to retrieve a list of expense management rules based on various query parameters. It serves as a valuable tool for efficiently accessing specific rules that match the provided filters.
To retrieve expense management rules, make a request to this endpoint with the necessary query parameters. You can filter the results by rule type, limit the number of records, and specify an offset for pagination.
Query Parameters
| Parameters | Type | Description |
|---|---|---|
| RuleTypeId | int32 | Select only rules of this type. |
| Limit | int32 | Specify how many records to be included in the list. Default is 100. Max is 100. |
| Offset | int32 | Specify how many records to skip. |
Example Request
GET <https://{baseUrl}/v1/ExpenseManagementRules?RuleTypeId=5&Limit=50&Offset=10>Permission
| Transaction Type | Access Level |
|---|---|
| Set Up Options | Full Access, Read Only |
