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/locking-systems?page&limit&search' \
--header 'Authorization: <api-key>'{
"msg": "Retrieved item list successfully",
"data": [
{
"id": "019ad967-8a95-7b97-b4d5-7920d77f6699",
"sync_id": "019ad966-4ea3-7724-81b0-39843f0a532b",
"brand": "portier",
"codename": "portier Beispiel",
"creation_system": "XMLwriter 1.0",
"data_delivery_id": "{8FB9DD3D-D53D-477B-87E0-74F32B125E0D}",
"product": "frei",
"description": "Excel_Plan",
"revision_number": "0",
"system_type": "GHS",
"system_technology": "Mechanical",
"history_date": {},
"notes": "\n\n",
"summary": {
"total_spaces": 41,
"total_buildings": 1,
"total_access_points": 42,
"total_access_credentials": 42,
"total_access_credential_copies": 68
}
}
],
"meta": {
"pagination": {
"current_count": 1,
"current_page": 1,
"per_page": 100,
"total_pages": 1,
"total_items": 1
}
}
}