This documentation is still a work in progress. Please contact Support to register for early access.
curl --location --request GET 'https://api.portierx.com/api/v1/access-control-systems/active?locking_type=0&limit=10&offset=0&building_id' \
--header 'Authorization: <api-key>'
{
"data": [
{
"id": "string",
"brand": "Manufacturer Name",
"creation_system": "portier-guardian",
"codename": "My Office",
"data_delivery_id": "QsXaDC",
"product": "Product Name",
"description": "A description",
"revision_number": "0",
"system_type": "GHS",
"system_technology": "Mechanical",
"history_date": {
"Initial Request": "string",
"Initial Installation": "string",
"Order Date": "2025-01-01",
"Manufacture Date": "2025-01-12",
"Instalation Date": "2025-02-20"
},
"notes": "\n\n",
"summary": {
"total_access_credentials": 608,
"total_access_credential_copies": 1216,
"total_access_points": 1184,
"total_buildings": 1,
"total_spaces": 1
}
}
],
"meta": {
"per_page": 10,
"total_pages": 1,
"total_items": 1,
"current_count": 1,
"current_page": 1
},
"msg": "Retrieved item list successfully"
}