v5
latestOpenAPI 3.0.02026-08-044441026.8 MBList tax properties
Query parameters
Filter by owner. Accepts a comma-separated list of IDs.
Filter by feature. Accepts a comma-separated list of feature values.
Filter by effective date. Accepts a full date (YYYY-MM-DD), a year-month (YYYY-MM), or a year (YYYY). Returns Tax Properties that are in effect at any point during the specified period.
Partial date filters support three formats:
- YYYY — Returns all records matching the given year. Example: effective_on=2024
- YYYY-MM — Returns all records matching the given month. Example: effective_on=2024-06
- YYYY-MM-DD — Returns all records matching the specific date. Example: effective_on=2024-06-15
Filter to Tax Properties that are NOT in effect on the given date (YYYY-MM-DD).
Date filters support two formats: Exact Date Match: Provide a well-formatted date in YYYY-MM-DD format for an exact match. Example: effective_from=2024-01-01 Use an array-like syntax to specify a range with one or more comparison operators:
- gt (greater than)
- gte (greater than or equal to)
- lte (less than or equal to)
- lt (less than) Example: effective_from[gte]=2024-01-01&effective_from[lt]=2024-12-31
Date filters support two formats: Exact Date Match: Provide a well-formatted date in YYYY-MM-DD format for an exact match. Example: effective_to=2024-01-01 Use an array-like syntax to specify a range with one or more comparison operators:
- gt (greater than)
- gte (greater than or equal to)
- lte (less than or equal to)
- lt (less than) Example: effective_to[gte]=2024-01-01&effective_to[lt]=2024-12-31
Sort order is specified using the format sort=field[:direction][,field[:direction],...] where field is the name of the field to sort by and direction is the optional sort direction (asc or desc).
Response
OK