Configuration related entities and operations
List drawApprovers
GET
https://api.neighborlysoftware.com
/configuration/drawApprovers
Get a paginated list of draw approvers. Results can be filtered by any property of the resource using query parameters.
Filtering conventions:
-
String properties:
property=value— exact matchproperty[contains]=value— substringproperty[startsWith]=value— prefixproperty[endsWith]=value— suffix
-
Numeric and date properties:
property=value— exactproperty[gt]=value— greater thanproperty[gte]=value— greater than or equalproperty[lt]=value— less thanproperty[lte]=value— less than or equal
-
Boolean and integer properties:
property=value— exact match
Multiple filters can be combined: GET /items?name[contains]=John&amount[gt]=100&active=true
query Parameters
workflowIdintegerFilter by workflow id
Example: 12345typeintegerFilter by type
Example: 1configDrawApproverGroupIdintegerFilter by configDrawApproverGroupId
Example: 12345namestringFilter by name
Example: Finance ManagerpageNumberintegerThe page number to retrieve
Example: 1pageSizeintegerThe number of items per page
Example: 10sortBystringThe field to sort by
Example: ModifiedDatesortOrderstring · enumThe order to sort by
Enum values:ascdescExample: desc
Responses
Successful response with a list of draw approvers
pageNumberintegerThe current page number
Example: 1pageSizeintegerThe number of items per page
Example: 100pageCountintegerThe total number of pages
Example: 5totalRecordCountintegerTotal number of records available
Example: 500recordsobject[]List of draws
