Overview
The Assets API provides endpoints for managing physical assets, locations, categories, and equipment hierarchies. All endpoints require authentication. Base Path:/activos/
Asset Search
Search Assets
Search for assets by name, code, serial number, or description.Search query to match against asset name, internal code, description, or serial number
Filter by category ID
Filter by location ID
Response
Array of matching assets (limited to 50 results)
Model Search
Search Models
Search for asset models and manufacturers.Search query to match against model name or manufacturer name
Response
Array of matching models (limited to 50 results)
Pin Management
Save Asset Pin
Create or update a pin on a floor plan viewer.Pin ID (null or omit for new pin)
Floor plan viewer ID
Asset ID to pin
Maintenance notice ID to pin
Project activity ID to pin
Location/zone ID to pin
X coordinate on the floor plan
Y coordinate on the floor plan
Pin color (hex format)
Optional note for the pin
Width for area pins
Height for area pins
Response
“success” or “error”
ID of created/updated pin
Linked asset ID
Asset or item name
Icon identifier for the pin
Array of photo URLs
Delete Pin
Remove a pin from a floor plan.ID of the pin to delete
Location Hierarchy
Get Root Locations
Retrieve top-level locations.Response
Array of root location objects
Get Child Locations
Retrieve child locations for a parent.Parent location ID
Location Details
Get Location Details
Retrieve detailed information about a location including all assets.Location ID
Response
Total number of assets in location and descendants
Number of operational assets
Array of asset categories with grouped assets
Asset Details
Get Asset Details
Retrieve detailed information about a specific asset.Asset ID
Response
Asset ID
Asset name
Internal asset code
Serial number
Asset state code
Human-readable state
Manufacturer name
Model name
Category name
Full location path
Responsible person’s name
Purchase date (DD/MM/YYYY format)
Asset cost
Asset description
Photo URL
Import Progress
Get Import Progress
Check the progress of an asset import task.Celery task ID
Response
Task state (PENDING, PROGRESS, SUCCESS, FAILURE)
Current progress value
Total items to process
Status message
Percentage complete (0-100)
Explorer API
Search Explorer
Global search across assets, locations, and categories.Search term (minimum 2 characters)
Response
Returns HTML fragments with search results grouped by type (Categories, Locations, Assets).Get Explorer Level
Load children for a specific node in the hierarchy explorer.Parent node ID
Node type: “ubicacion”, “activo”, or “categoria”
Category filter context
Next Steps
Maintenance API
Work orders and maintenance operations
Documents API
Document management and search