Version 1.4.0
New Features: Company registration and location management endpoints.
New Features
- Added company registration endpoint
- Added location creation and update endpoints
- Added bulk location status endpoint
- Enhanced API documentation and examples
API Additions
POST /register/company- Register new companiesPOST /locations- Add new locationsPUT /locations/- Update location detailsGET /locations/status- Get status for all locations
Version 1.3.0
Major Update: Replaced resident-specific endpoints with generic whitelist vehicle management system.
New Features
- Introduced
referenceIdsystem for flexible vehicle grouping - Added comprehensive vehicle plate validation
- Enhanced filtering capabilities for whitelist queries
- Improved error handling with detailed validation messages
Breaking Changes
- Removed resident-specific endpoints
- Updated vehicle data structure with new validation rules
- Changed authentication requirements for certain endpoints
Improvements
- Enhanced API response consistency
- Improved documentation and examples
- Better error messages for debugging
Version 1.2.0
Initial API Release: Core parking management functionality with location and vehicle management.
Features Added
- Location management endpoints
- Resident and vehicle management
- Parking activity tracking
- Real-time status monitoring
Authentication
- API key-based authentication
- Location-scoped access control
Version 1.1.0
Enhancement Release: Improved performance and additional features.
New Features
- Bulk vehicle import capabilities
- Enhanced filtering options
- Webhook support for real-time events
Performance Improvements
- Reduced API response times by 40%
- Optimized database queries
- Improved caching mechanisms
Version 1.0.0
Initial Release: First version of the Arqqin Parking Management API.
Core Features
- Basic location management
- Simple vehicle whitelist management
- API key authentication
- Health check endpoint
Migration Guides
Migrating from Version 1.2.0 to 1.3.0
1
Update Vehicle Data Structure
Replace resident-specific fields with the new
referenceId system:2
Update Endpoint URLs
Replace resident-specific endpoints with generic whitelist endpoints:
3
Update Validation Logic
Implement new plate validation rules:
Deprecation Notices
Deprecated Endpoints
The following endpoints are deprecated and will be removed in version 2.0.0:
GET /locations//residents- UseGET /locations//whitelistwith filteringPOST /locations//residents- UsePOST /locations//whitelistGET /locations//residents//vehicles- UseGET /locations//whitelist?referenceId=
Planned Features
Version 1.4.0 (Q4 2025)
Version 1.4.0 (Q4 2025)
- Company Management: Multi-tenant support with optional
externalCompanyIdfor client-managed company references - Combined Location Status: New endpoint
GET /locations/statusfor aggregated status across all accessible locations - Location Registration: Dynamic location creation and management with
POST /locationsandPUT /locations/{locationId} - Enhanced Multi-tenancy: Company-scoped API access with support for both internal and external company identifiers
- Bulk operations for vehicle management
- Advanced filtering and search capabilities
- Webhook support for parking events
- Enhanced analytics and reporting endpoints
Version 2.0.0 (Q1 2026)
Version 2.0.0 (Q1 2026)
- Complete API redesign with improved consistency
- Enhanced security features
- GraphQL support
- Advanced rate limiting and usage analytics

