Skip to main content
Skip table of contents

Export consolidated key|apartment|user file

Export of a consolidated list of keys, flats, and users to an xlsx file for a specified intercom.

The link to the report will be sent via push notification to the channel token.ID

Refer to the Types of websocket pushes (section: «Push for successful export of consolidated intercom key|apartment|user file»)

Permission required for this request: intercom-update

GET/api/admin/v1/intercoms/{intercom}/download

Headers

Authorization

Bearer token

Accept

application/json

Body

intercomoptional

int

Unique identifier of the intercom

Response

204

Successful response

401

Authorization token is not provided or is invalid. Obtaining a token

Example

JSON
curl -k --location --request GET 'https://vms.local/api/admin/v1/intercoms/{intercom}/download' \
--header 'Authorization:Bearer token' \
--header 'Accept:application/json'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.