Search filters
The integration api supports OData filters, available for the following parameters:
url: https://example.com.br/v1/employees?$select=name&$orderby=name
query:
$count=true
&$skip=01
&$top=5
&$select=id
&$orderby=name
&$filter=name eq A4 Mono
Parameters
$count
- Enables the return of the number of records found
$skip
- Number of records to be skipped
$top
- Maximum number of records to be returned
$select
- Selects which properties to return
$orderby
- Determines which property will order the records
$filter
- A function that must be true for the record to be returned
{{component-feedback-article}}