Retrieve a list of locations with advanced filtering, sorting, and include capabilities. This endpoint supports:
Default behavior: Returns locations with basic information (IDs only for relationships).
Include functionality: Use the include parameter to get detailed relationship data.
Date filtering: Filter by creation, update, or deletion date ranges.
Relationship filtering: Filter by related entities using various identifiers.
Location filtering: Filter by registration and primary status.
Sorting: Sort results by date fields in ascending or descending order.
Bearer token for authentication
Comma-separated list of related resources to include with detailed attributes. Available options: persons, companies, workspaces
Filter locations created on or after this datetime (ISO 8601 format)
Filter locations created on or before this datetime (ISO 8601 format)
Filter locations updated on or after this datetime (ISO 8601 format)
Filter locations updated on or before this datetime (ISO 8601 format)
Filter locations by workspace UUID
Filter locations by external workspace identifier
Filter locations by person UUID
Filter locations by company UUID
Filter locations by registration status (true/false)
Filter locations by primary status (true/false)
Sort locations by date field. Use '-' prefix for descending order (e.g., '-created_at' for newest first)
created_at, updated_at, -created_at Number of locations per page (1-100)
1 <= x <= 100Cursor for pagination to get next set of results
Locations retrieved successfully