# facilioo Developer Hub Documentation > Welcome to the facilioo Developer Hub — your central resource for integrating with the facilioo platform. Explore comprehensive guides, API references, and real-world recipes to help you build efficient and scalable solutions. If you need help or want to connect with others, head over to the Discussion section to ask questions, share insights, or collaborate with the community. ## Guides - [facilioo API](https://developers.facilioo.de/docs/facilioo-api.md): Introduction to the API, basic knowledge and tools for exploring the endpoints - [Quick Start](https://developers.facilioo.de/docs/quick-start.md): Get familiar with the facilioo API and perform your first request - [Obtaining Voting Results after a Conference](https://developers.facilioo.de/docs/obtaining-voting-results-after-a-conference.md) - [Attaching Measurement Service Provider ID (EED)](https://developers.facilioo.de/docs/attaching-measurement-service-provider-id-eed.md): Attach IDs for fetching consumption data from measurement service providers to units and properties. - [Migrating from Gen1 (Legacy API)](https://developers.facilioo.de/docs/migrating-from-gen1.md): This guide outlines the key differences between the first- and second-generation facilioo APIs, including changes in authentication, entity naming, pagination, and endpoint structure. It helps you adapt existing integrations to the new resource-centric model introduced in Gen2. ## API Reference - [My Requests](https://developers.facilioo.de/reference/my-requests.md): Set up the welcome page for your API to help users make their first call. - [Authentication](https://developers.facilioo.de/reference/authentication.md): Learn how to securely authenticate with our API and understand how access is tied to the party type of the account issuing the tokens. - [Errors & Validations](https://developers.facilioo.de/reference/errors.md): Understand the structure of error responses, common validation patterns, and how to interpret and handle different types of API errors. - [Pagination](https://developers.facilioo.de/reference/pagination.md): All list and search endpoints return paginated results. Learn how to control page size, navigate through pages, and handle total counts. - [Filtering](https://developers.facilioo.de/reference/filtering.md): Filter structured data with precise conditions using the standardized `search` endpoints available for most entities. - [Sorting](https://developers.facilioo.de/reference/sorting.md): Sorting allows you to control the order in which items appear in list responses. This is useful for prioritizing results by attributes such as names, identifiers, or creation timestamps. - [Master Data](https://developers.facilioo.de/reference/master-data.md): Static core data synchronized from ERP systems, forming the foundation for all operations. - [Properties, Entrances, and Units](https://developers.facilioo.de/reference/properties-and-entrances.md): These entities help model the real-world layout of buildings and their components, enabling accurate mapping and management within our platform. - [Attributes](https://developers.facilioo.de/reference/attributes.md): Customizable metadata groups and values for properties, entrances, and units. - [Consumption Meters & Readings](https://developers.facilioo.de/reference/consumption-meters-readings.md): Monitoring and managing utility consumption data at both property and unit levels. - [Organizational Context](https://developers.facilioo.de/reference/organizational-context.md): This section describes how facilioo supports large-scale property management through tenant-based structuring and access control. - [Parties and Accounts](https://developers.facilioo.de/reference/parties-and-accounts.md): This section explains how facilioo models individuals and organizations via Parties and how they interact with the system through Accounts. - [Operational Data](https://developers.facilioo.de/reference/operational-data.md): Dynamic, real-time information driving activities and communication. - [Inquiries](https://developers.facilioo.de/reference/inquiries.md): User-submitted requests linked to units. - [Processes](https://developers.facilioo.de/reference/processes.md): Structured workflows for collaboration between users, contractors, and property managers. - [Notices](https://developers.facilioo.de/reference/news.md): Targeted one-way communication from property managers to users. - [Documents](https://developers.facilioo.de/reference/documents.md): Structured, permissioned file metadata linked to a entities of the master data. - [Conferences](https://developers.facilioo.de/reference/conferences.md): Digitally managed meetings for property owners to discuss, decide, and stay informed. - [External Ids](https://developers.facilioo.de/reference/external-ids.md): Entities can either have a single or multiple external IDs in order to be referenced by Third Parties - [Webhooks](https://developers.facilioo.de/reference/webhooks.md): Delivering real-time updates to external systems through secure, customizable, and retry-capable HTTP callbacks. - [Files](https://developers.facilioo.de/reference/files.md): Secure, time-limited file uploads and downloads with external storage integration. - [Account](https://developers.facilioo.de/reference/account.md): Tba - [Create Account](https://developers.facilioo.de/reference/post_api-accounts.md):

Create Account

Creates a new account from the provided data, associating it within the requester's scope.

Module: Authentication

Returns: Identity → Accounts → AccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Accounts](https://developers.facilioo.de/reference/get_api-accounts.md):

List Accounts

Returns a paginated list of accounts filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Authentication

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Accounts](https://developers.facilioo.de/reference/post_api-accounts-batch.md):

Batch List Accounts

Retrieves accounts matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Authentication

Returns: Identity → Accounts → AccountRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Accounts](https://developers.facilioo.de/reference/patch_api-accounts-batch.md):

Update Accounts

Performs an partial update on multiple accounts identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Authentication

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Myself](https://developers.facilioo.de/reference/get_api-accounts-myself.md):

Get Myself

Returns the account of the currently used authentication token.

Module: Authentication

Returns: Identity → Accounts → AccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Accounts](https://developers.facilioo.de/reference/post_api-accounts-search.md):

Search Accounts

Performs a search applying filtering, sorting, and pagination criteria within the accounts, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Authentication

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Account](https://developers.facilioo.de/reference/get_api-accounts-id.md):

Get Account

Provides detailed information for a single account identified by its ID, if it falls within the caller’s scope.

Module: Authentication

Returns: Identity → Accounts → AccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Account](https://developers.facilioo.de/reference/patch_api-accounts-id.md):

Update Account

Applies an partial update to an existing account specified by its ID, affecting only accounts within the caller’s permitted scope.

Module: Authentication

Returns: Identity → Accounts → AccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Account](https://developers.facilioo.de/reference/delete_api-accounts-id.md):

Delete Account

Deletes the specified account, if it falls within the caller’s scope.

Module: Authentication

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Send Password Recovery Message](https://developers.facilioo.de/reference/post_api-accounts-id-activation-message.md):

Send Password Recovery Message

Module: Authentication

Returns: Identity → Application Requests → AccountActivationMessageResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Change Password](https://developers.facilioo.de/reference/put_api-accounts-id-password.md):

Change Password

Module: Authentication

Returns: Void

Authorization

Required Token Scopes: Platform (0) and Change Password (2)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Unblock Recovery Code](https://developers.facilioo.de/reference/post_api-accounts-unblock-recovery-code.md):

Unblock Recovery Code

Unblocks a user's recovery code attempts. Requires authentication, either Admin or PropertyManagementCompany account role, and Platform scope.

Module: Authentication

Returns: Identity → Application Requests → UnblockRecoveryCodeResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Contact Details](https://developers.facilioo.de/reference/get_api-accounts-id-account-contact-details.md):

List Contact Details

Shows the account contact details for the given account.

Module: Authentication

Returns: Master Data → Accounts → Contact Details → AccountContactDetailsRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Show Party](https://developers.facilioo.de/reference/get_api-accounts-id-party.md):

Show Party

Returns the party of the given account.

Module: Authentication

Returns: Identity → Parties → PartyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Accessible Accounts](https://developers.facilioo.de/reference/get_api-accounts-id-accessible-accounts.md):

List Accessible Accounts

Shows the accessible accounts of the given account.

Module: Authentication

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [AccountContactDetails](https://developers.facilioo.de/reference/accountcontactdetails.md): Contact Information Of An Account - [Create Account Contact Detail](https://developers.facilioo.de/reference/post_api-account-contact-details.md):

Create Account Contact Detail

Creates a new account contact detail from the provided data, associating it within the requester's scope.

Module: Identity

Returns: Master Data → Accounts → Contact Details → AccountContactDetailsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Account Contact Detailses](https://developers.facilioo.de/reference/get_api-account-contact-details.md):

List Account Contact Detailses

Returns a paginated list of account contact detailses filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Master Data → Accounts → Contact Details → AccountContactDetailsRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Account Contact Detailses](https://developers.facilioo.de/reference/post_api-account-contact-details-batch.md):

Batch List Account Contact Detailses

Retrieves account contact detailses matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Master Data → Accounts → Contact Details → AccountContactDetailsRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Account Contact Detailses](https://developers.facilioo.de/reference/patch_api-account-contact-details-batch.md):

Update Account Contact Detailses

Performs an partial update on multiple account contact detailses identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Identity

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Account Contact Detail](https://developers.facilioo.de/reference/get_api-account-contact-details-id.md):

Get Account Contact Detail

Provides detailed information for a single account contact detail identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Master Data → Accounts → Contact Details → AccountContactDetailsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Account Contact Detail](https://developers.facilioo.de/reference/patch_api-account-contact-details-id.md):

Update Account Contact Detail

Applies an partial update to an existing account contact detail specified by its ID, affecting only account contact detailses within the caller’s permitted scope.

Module: Identity

Returns: Master Data → Accounts → Contact Details → AccountContactDetailsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Account Contact Detail](https://developers.facilioo.de/reference/delete_api-account-contact-details-id.md):

Delete Account Contact Detail

Deletes the specified account contact detail, if it falls within the caller’s scope.

Module: Identity

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Account Group](https://developers.facilioo.de/reference/post_api-account-groups.md):

Create Account Group

Creates a new account group from the provided data, associating it within the requester's scope.

Module: Identity

Returns: Master Data → Accounts → Groups → AccountGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Account Groups](https://developers.facilioo.de/reference/get_api-account-groups.md):

List Account Groups

Returns a paginated list of account groups filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Master Data → Accounts → Groups → AccountGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Account Groups](https://developers.facilioo.de/reference/post_api-account-groups-batch.md):

Batch List Account Groups

Retrieves account groups matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Master Data → Accounts → Groups → AccountGroupRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Account Groups](https://developers.facilioo.de/reference/patch_api-account-groups-batch.md):

Update Account Groups

Performs an partial update on multiple account groups identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Identity

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Account Groups](https://developers.facilioo.de/reference/post_api-account-groups-search.md):

Search Account Groups

Performs a search applying filtering, sorting, and pagination criteria within the account groups, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Identity

Returns: Master Data → Accounts → Groups → AccountGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Account Group](https://developers.facilioo.de/reference/get_api-account-groups-id.md):

Get Account Group

Provides detailed information for a single account group identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Master Data → Accounts → Groups → AccountGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Account Group](https://developers.facilioo.de/reference/patch_api-account-groups-id.md):

Update Account Group

Applies an partial update to an existing account group specified by its ID, affecting only account groups within the caller’s permitted scope.

Module: Identity

Returns: Master Data → Accounts → Groups → AccountGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Account Group](https://developers.facilioo.de/reference/delete_api-account-groups-id.md):

Delete Account Group

Deletes the specified account group, if it falls within the caller’s scope.

Module: Identity

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Account Permissions](https://developers.facilioo.de/reference/get_api-account-permissions.md):

List Account Permissions

Returns a paginated list of account permissions filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Master Data → Accounts → Account Permissions → AccountPermissionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Account Permissions](https://developers.facilioo.de/reference/post_api-account-permissions-batch.md):

Batch List Account Permissions

Retrieves account permissions matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Master Data → Accounts → Account Permissions → AccountPermissionRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Account Permissions](https://developers.facilioo.de/reference/post_api-account-permissions-search.md):

Search Account Permissions

Performs a search applying filtering, sorting, and pagination criteria within the account permissions, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Identity

Returns: Master Data → Accounts → Account Permissions → AccountPermissionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Account Permission](https://developers.facilioo.de/reference/get_api-account-permissions-id.md):

Get Account Permission

Provides detailed information for a single account permission identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Master Data → Accounts → Account Permissions → AccountPermissionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Attendance](https://developers.facilioo.de/reference/post_api-attendances.md):

Create Attendance

Creates a new attendance from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Attendances → AttendanceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Attendances](https://developers.facilioo.de/reference/get_api-attendances.md):

List Attendances

Returns a paginated list of attendances filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Attendances → AttendanceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Attendances](https://developers.facilioo.de/reference/post_api-attendances-batch.md):

Batch List Attendances

Retrieves attendances matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Attendances → AttendanceRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Attendances](https://developers.facilioo.de/reference/patch_api-attendances-batch.md):

Update Attendances

Performs an partial update on multiple attendances identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Attendance](https://developers.facilioo.de/reference/get_api-attendances-id.md):

Get Attendance

Provides detailed information for a single attendance identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Attendances → AttendanceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Attendance](https://developers.facilioo.de/reference/patch_api-attendances-id.md):

Update Attendance

Applies an partial update to an existing attendance specified by its ID, affecting only attendances within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Attendances → AttendanceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Attendance](https://developers.facilioo.de/reference/delete_api-attendances-id.md):

Delete Attendance

Deletes the specified attendance, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Attribute](https://developers.facilioo.de/reference/post_api-attributes.md):

Create Attribute

Creates a new attribute from the provided data, associating it within the requester's scope.

Module: Attributes

Returns: Master Data → Properties → Attributes → AttributeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Attributes](https://developers.facilioo.de/reference/get_api-attributes.md):

List Attributes

Returns a paginated list of attributes filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Attributes

Returns: Master Data → Properties → Attributes → AttributeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Batch List Attributes](https://developers.facilioo.de/reference/post_api-attributes-batch.md):

Batch List Attributes

Retrieves attributes matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Attributes

Returns: Master Data → Properties → Attributes → AttributeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Attributes](https://developers.facilioo.de/reference/patch_api-attributes-batch.md):

Update Attributes

Performs an partial update on multiple attributes identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Attributes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Attributes](https://developers.facilioo.de/reference/post_api-attributes-search.md):

Search Attributes

Performs a search applying filtering, sorting, and pagination criteria within the attributes, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Attributes

Returns: Master Data → Properties → Attributes → AttributeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Attribute](https://developers.facilioo.de/reference/get_api-attributes-id.md):

Get Attribute

Provides detailed information for a single attribute identified by its ID, if it falls within the caller’s scope.

Module: Attributes

Returns: Master Data → Properties → Attributes → AttributeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Attribute](https://developers.facilioo.de/reference/patch_api-attributes-id.md):

Update Attribute

Applies an partial update to an existing attribute specified by its ID, affecting only attributes within the caller’s permitted scope.

Module: Attributes

Returns: Master Data → Properties → Attributes → AttributeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Attribute](https://developers.facilioo.de/reference/delete_api-attributes-id.md):

Delete Attribute

Deletes the specified attribute, if it falls within the caller’s scope.

Module: Attributes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Attribute Group](https://developers.facilioo.de/reference/post_api-attribute-groups.md):

Create Attribute Group

Creates a new attribute group from the provided data, associating it within the requester's scope.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Attribute Groups](https://developers.facilioo.de/reference/get_api-attribute-groups.md):

List Attribute Groups

Returns a paginated list of attribute groups filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Batch List Attribute Groups](https://developers.facilioo.de/reference/post_api-attribute-groups-batch.md):

Batch List Attribute Groups

Retrieves attribute groups matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Update Attribute Groups](https://developers.facilioo.de/reference/patch_api-attribute-groups-batch.md):

Update Attribute Groups

Performs an partial update on multiple attribute groups identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Attributes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Attribute Groups](https://developers.facilioo.de/reference/post_api-attribute-groups-search.md):

Search Attribute Groups

Performs a search applying filtering, sorting, and pagination criteria within the attribute groups, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Attribute Group](https://developers.facilioo.de/reference/get_api-attribute-groups-id.md):

Get Attribute Group

Provides detailed information for a single attribute group identified by its ID, if it falls within the caller’s scope.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Update Attribute Group](https://developers.facilioo.de/reference/patch_api-attribute-groups-id.md):

Update Attribute Group

Applies an partial update to an existing attribute group specified by its ID, affecting only attribute groups within the caller’s permitted scope.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Attribute Group](https://developers.facilioo.de/reference/delete_api-attribute-groups-id.md):

Delete Attribute Group

Deletes the specified attribute group, if it falls within the caller’s scope.

Module: Attributes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Add Attribute Value](https://developers.facilioo.de/reference/post_api-attribute-groups-id-values.md):

Add Attribute Value

Module: Attributes

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Attribute Values](https://developers.facilioo.de/reference/get_api-attribute-groups-id-values.md):

List Attribute Values

Module: Attributes

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Attribute Value](https://developers.facilioo.de/reference/delete_api-attribute-groups-id-values-valueid.md):

Remove Attribute Value

Module: Attributes

Returns: Master Data → Properties → Attribute Values → AttributeValueRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Attribute Group Types](https://developers.facilioo.de/reference/get_api-attribute-group-types.md):

List Attribute Group Types

Returns a paginated list of attribute group types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → Types → AttributeGroupTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Attribute Group Types](https://developers.facilioo.de/reference/post_api-attribute-group-types-batch.md):

Batch List Attribute Group Types

Retrieves attribute group types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → Types → AttributeGroupTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Attribute Group Type](https://developers.facilioo.de/reference/get_api-attribute-group-types-id.md):

Get Attribute Group Type

Provides detailed information for a single attribute group type identified by its ID, if it falls within the caller’s scope.

Module: Attributes

Returns: Master Data → Properties → Attribute Groups → Types → AttributeGroupTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Attribute Value](https://developers.facilioo.de/reference/post_api-attribute-values.md):

Create Attribute Value

Creates a new attribute value from the provided data, associating it within the requester's scope.

Module: Attributes

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Attribute Values](https://developers.facilioo.de/reference/get_api-attribute-values.md):

List Attribute Values

Returns a paginated list of attribute values filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Attributes

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Batch List Attribute Values](https://developers.facilioo.de/reference/post_api-attribute-values-batch.md):

Batch List Attribute Values

Retrieves attribute values matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Attributes

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Attribute Values](https://developers.facilioo.de/reference/patch_api-attribute-values-batch.md):

Update Attribute Values

Performs an partial update on multiple attribute values identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Attributes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Attribute Values](https://developers.facilioo.de/reference/post_api-attribute-values-search.md):

Search Attribute Values

Performs a search applying filtering, sorting, and pagination criteria within the attribute values, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Attributes

Returns: Master Data → Properties → Attribute Values → AttributeValueRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Get Attribute Value](https://developers.facilioo.de/reference/get_api-attribute-values-id.md):

Get Attribute Value

Provides detailed information for a single attribute value identified by its ID, if it falls within the caller’s scope.

Module: Attributes

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Update Attribute Value](https://developers.facilioo.de/reference/patch_api-attribute-values-id.md):

Update Attribute Value

Applies an partial update to an existing attribute value specified by its ID, affecting only attribute values within the caller’s permitted scope.

Module: Attributes

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Attribute Value](https://developers.facilioo.de/reference/delete_api-attribute-values-id.md):

Delete Attribute Value

Deletes the specified attribute value, if it falls within the caller’s scope.

Module: Attributes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Login With Api Key](https://developers.facilioo.de/reference/post_api-auth-api-key-login.md):

Login With Api Key

Authenticates a user using an API key.

Module: Authentication

Returns: Identity → Application Requests → LoginWithApiKeyCommandResponse (single)

- [Complete Challenge](https://developers.facilioo.de/reference/post_api-auth-challenge-complete.md):

Complete Challenge

Completes the MFA challenge using a token and nonce. Requires authentication and MFA scope.

Module: Authentication

Returns: Identity → Application Requests → LoginCommandResponse (single)

Authorization

Required Token Scopes: Multi Factor Challenge (1)

This will be evaluated against your used access token.

- [Create Challenge](https://developers.facilioo.de/reference/post_api-auth-challenge-get.md):

Create Challenge

Creates a multi-factor authentication (MFA) challenge for a user.

Module: Authentication

Returns: Identity → Application Requests → MultiFactorChallenge (single)

- [Resend Challenge Email](https://developers.facilioo.de/reference/post_api-auth-challenge-resend.md):

Resend Challenge Email

Resends the MFA challenge email to the user. Requires authentication and MFA scope.

Module: Authentication

Returns: Void

Authorization

Required Token Scopes: Multi Factor Challenge (1)

This will be evaluated against your used access token.

- [Login](https://developers.facilioo.de/reference/post_api-auth-login.md):

Login

Authenticates a user with email and password.

Module: Authentication

Returns: Identity → Application Requests → LoginCommandResponse (single)

- [Send Password Recovery Message](https://developers.facilioo.de/reference/post_api-auth-recover-password.md):

Send Password Recovery Message

Sends a password recovery message to the user's email.

Module: Authentication

Returns: Identity → Application Requests → PasswordRecoveryResponse (single)

- [Refresh Token](https://developers.facilioo.de/reference/post_api-auth-refresh.md):

Refresh Token

Refreshes an existing session token to obtain a new access token pair. Used for session continuation.

Module: Authentication

Returns: Identity → Application Requests → TokenPair (single)

- [Create Sso Token](https://developers.facilioo.de/reference/post_api-auth-sso.md):

Create Sso Token

Creates a Single Sign-On (SSO) token for the authenticated user.

Module: Authentication

Returns: Identity → Application Requests → SsoResponse (single)

- [Change Password With Recovery Code](https://developers.facilioo.de/reference/put_api-auth-change-password-with-recovery-code.md):

Change Password With Recovery Code

Changes a user's password using a recovery code.

Module: Authentication

Returns: Identity → Application Requests → ChangePasswordWithRecoveryCodeResponse (single)

- [Logout](https://developers.facilioo.de/reference/post_api-auth-logout.md):

Logout

Logout and remove refresh token for a user.

Module: Authentication

Returns: Void

- [BankAccount](https://developers.facilioo.de/reference/bankaccount.md): financial information management - [Create Bank Account](https://developers.facilioo.de/reference/post_api-bank-accounts.md):

Create Bank Account

Creates a new bank account from the provided data, associating it within the requester's scope.

Module: Bank Accounts

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Bank Accounts](https://developers.facilioo.de/reference/get_api-bank-accounts.md):

List Bank Accounts

Returns a paginated list of bank accounts filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Bank Accounts

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Bank Accounts](https://developers.facilioo.de/reference/post_api-bank-accounts-batch.md):

Batch List Bank Accounts

Retrieves bank accounts matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Bank Accounts

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Bank Accounts](https://developers.facilioo.de/reference/patch_api-bank-accounts-batch.md):

Update Bank Accounts

Performs an partial update on multiple bank accounts identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Bank Accounts

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Bank Accounts](https://developers.facilioo.de/reference/post_api-bank-accounts-search.md):

Search Bank Accounts

Performs a search applying filtering, sorting, and pagination criteria within the bank accounts, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Bank Accounts

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Bank Account](https://developers.facilioo.de/reference/get_api-bank-accounts-id.md):

Get Bank Account

Provides detailed information for a single bank account identified by its ID, if it falls within the caller’s scope.

Module: Bank Accounts

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Bank Account](https://developers.facilioo.de/reference/patch_api-bank-accounts-id.md):

Update Bank Account

Applies an partial update to an existing bank account specified by its ID, affecting only bank accounts within the caller’s permitted scope.

Module: Bank Accounts

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Bank Account](https://developers.facilioo.de/reference/delete_api-bank-accounts-id.md):

Delete Bank Account

Deletes the specified bank account, if it falls within the caller’s scope.

Module: Bank Accounts

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Booking Account](https://developers.facilioo.de/reference/post_api-booking-accounts.md):

Create Booking Account

Creates a new booking account from the provided data, associating it within the requester's scope.

Module: Booking Accounts

Returns: Financial → Booking Accounts → BookingAccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Booking Accounts](https://developers.facilioo.de/reference/get_api-booking-accounts.md):

List Booking Accounts

Returns a paginated list of booking accounts filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Booking Accounts

Returns: Financial → Booking Accounts → BookingAccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Booking Accounts](https://developers.facilioo.de/reference/post_api-booking-accounts-batch.md):

Batch List Booking Accounts

Retrieves booking accounts matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Booking Accounts

Returns: Financial → Booking Accounts → BookingAccountRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Booking Accounts](https://developers.facilioo.de/reference/patch_api-booking-accounts-batch.md):

Update Booking Accounts

Performs an partial update on multiple booking accounts identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Booking Accounts

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Booking Accounts](https://developers.facilioo.de/reference/post_api-booking-accounts-search.md):

Search Booking Accounts

Performs a search applying filtering, sorting, and pagination criteria within the booking accounts, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Booking Accounts

Returns: Financial → Booking Accounts → BookingAccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Booking Account](https://developers.facilioo.de/reference/get_api-booking-accounts-id.md):

Get Booking Account

Provides detailed information for a single booking account identified by its ID, if it falls within the caller’s scope.

Module: Booking Accounts

Returns: Financial → Booking Accounts → BookingAccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Booking Account](https://developers.facilioo.de/reference/patch_api-booking-accounts-id.md):

Update Booking Account

Applies an partial update to an existing booking account specified by its ID, affecting only booking accounts within the caller’s permitted scope.

Module: Booking Accounts

Returns: Financial → Booking Accounts → BookingAccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Booking Account](https://developers.facilioo.de/reference/delete_api-booking-accounts-id.md):

Delete Booking Account

Deletes the specified booking account, if it falls within the caller’s scope.

Module: Booking Accounts

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Booking Account Item](https://developers.facilioo.de/reference/post_api-booking-account-items.md):

Create Booking Account Item

Creates a new booking account item from the provided data, associating it within the requester's scope.

Module: Booking Accounts

Returns: Financial → Booking Account Items → BookingAccountItemRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Booking Account Items](https://developers.facilioo.de/reference/get_api-booking-account-items.md):

List Booking Account Items

Returns a paginated list of booking account items filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Booking Accounts

Returns: Financial → Booking Account Items → BookingAccountItemRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Booking Account Items](https://developers.facilioo.de/reference/post_api-booking-account-items-batch.md):

Batch List Booking Account Items

Retrieves booking account items matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Booking Accounts

Returns: Financial → Booking Account Items → BookingAccountItemRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Booking Account Items](https://developers.facilioo.de/reference/patch_api-booking-account-items-batch.md):

Update Booking Account Items

Performs an partial update on multiple booking account items identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Booking Accounts

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Booking Account Items](https://developers.facilioo.de/reference/post_api-booking-account-items-search.md):

Search Booking Account Items

Performs a search applying filtering, sorting, and pagination criteria within the booking account items, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Booking Accounts

Returns: Financial → Booking Account Items → BookingAccountItemRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Booking Account Item](https://developers.facilioo.de/reference/get_api-booking-account-items-id.md):

Get Booking Account Item

Provides detailed information for a single booking account item identified by its ID, if it falls within the caller’s scope.

Module: Booking Accounts

Returns: Financial → Booking Account Items → BookingAccountItemRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Booking Account Item](https://developers.facilioo.de/reference/patch_api-booking-account-items-id.md):

Update Booking Account Item

Applies an partial update to an existing booking account item specified by its ID, affecting only booking account items within the caller’s permitted scope.

Module: Booking Accounts

Returns: Financial → Booking Account Items → BookingAccountItemRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Booking Account Item](https://developers.facilioo.de/reference/delete_api-booking-account-items-id.md):

Delete Booking Account Item

Deletes the specified booking account item, if it falls within the caller’s scope.

Module: Booking Accounts

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Call Logs](https://developers.facilioo.de/reference/get_api-call-logs.md):

List Call Logs

Returns a paginated list of call logs filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Integrations

Returns: Integrations → Voice Bot → CallLogRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Call Logs](https://developers.facilioo.de/reference/post_api-call-logs-batch.md):

Batch List Call Logs

Retrieves call logs matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Integrations

Returns: Integrations → Voice Bot → CallLogRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Call Log](https://developers.facilioo.de/reference/get_api-call-logs-id.md):

Get Call Log

Provides detailed information for a single call log identified by its ID, if it falls within the caller’s scope.

Module: Integrations

Returns: Integrations → Voice Bot → CallLogRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Chatbot Configuration](https://developers.facilioo.de/reference/post_api-chatbot-configurations.md):

Create Chatbot Configuration

Creates a new chatbot configuration from the provided data, associating it within the requester's scope.

Module: Chatbot

Returns: Chatbot → Chatbot Configurations → ChatbotConfigurationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Chatbot Configurations](https://developers.facilioo.de/reference/get_api-chatbot-configurations.md):

List Chatbot Configurations

Returns a paginated list of chatbot configurations filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Chatbot

Returns: Chatbot → Chatbot Configurations → ChatbotConfigurationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Chatbot Configurations](https://developers.facilioo.de/reference/post_api-chatbot-configurations-batch.md):

Batch List Chatbot Configurations

Retrieves chatbot configurations matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Chatbot

Returns: Chatbot → Chatbot Configurations → ChatbotConfigurationRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Chatbot Configurations](https://developers.facilioo.de/reference/patch_api-chatbot-configurations-batch.md):

Update Chatbot Configurations

Performs an partial update on multiple chatbot configurations identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Chatbot

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Chatbot Configuration](https://developers.facilioo.de/reference/get_api-chatbot-configurations-id.md):

Get Chatbot Configuration

Provides detailed information for a single chatbot configuration identified by its ID, if it falls within the caller’s scope.

Module: Chatbot

Returns: Chatbot → Chatbot Configurations → ChatbotConfigurationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Chatbot Configuration](https://developers.facilioo.de/reference/patch_api-chatbot-configurations-id.md):

Update Chatbot Configuration

Applies an partial update to an existing chatbot configuration specified by its ID, affecting only chatbot configurations within the caller’s permitted scope.

Module: Chatbot

Returns: Chatbot → Chatbot Configurations → ChatbotConfigurationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Chatbot Configuration](https://developers.facilioo.de/reference/delete_api-chatbot-configurations-id.md):

Delete Chatbot Configuration

Deletes the specified chatbot configuration, if it falls within the caller’s scope.

Module: Chatbot

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Chatbot Conversations](https://developers.facilioo.de/reference/get_api-chatbot-conversations.md):

List Chatbot Conversations

Returns a paginated list of chatbot conversations filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Chatbot

Returns: Chatbot → Chatbot Conversations → ChatbotConversationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Chatbot Conversations](https://developers.facilioo.de/reference/post_api-chatbot-conversations-batch.md):

Batch List Chatbot Conversations

Retrieves chatbot conversations matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Chatbot

Returns: Chatbot → Chatbot Conversations → ChatbotConversationRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Chatbot Conversations](https://developers.facilioo.de/reference/post_api-chatbot-conversations-search.md):

Search Chatbot Conversations

Performs a search applying filtering, sorting, and pagination criteria within the chatbot conversations, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Chatbot

Returns: Chatbot → Chatbot Conversations → ChatbotConversationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Chatbot Conversation](https://developers.facilioo.de/reference/get_api-chatbot-conversations-id.md):

Get Chatbot Conversation

Provides detailed information for a single chatbot conversation identified by its ID, if it falls within the caller’s scope.

Module: Chatbot

Returns: Chatbot → Chatbot Conversations → ChatbotConversationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Messages](https://developers.facilioo.de/reference/get_api-chatbot-conversations-id-messages.md):

List Messages

Module: Chatbot

Returns: Chatbot → Chatbot Messages → ChatbotMessageRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [Create Chatbot Message](https://developers.facilioo.de/reference/post_api-chatbot-messages.md):

Create Chatbot Message

Creates a new chatbot message from the provided data, associating it within the requester's scope.

Module: Chatbot

Returns: Chatbot → Chatbot Messages → ChatbotMessageRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Chatbot Messages](https://developers.facilioo.de/reference/get_api-chatbot-messages.md):

List Chatbot Messages

Returns a paginated list of chatbot messages filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Chatbot

Returns: Chatbot → Chatbot Messages → ChatbotMessageRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Chatbot Messages](https://developers.facilioo.de/reference/post_api-chatbot-messages-batch.md):

Batch List Chatbot Messages

Retrieves chatbot messages matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Chatbot

Returns: Chatbot → Chatbot Messages → ChatbotMessageRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Chatbot Messages](https://developers.facilioo.de/reference/patch_api-chatbot-messages-batch.md):

Update Chatbot Messages

Performs an partial update on multiple chatbot messages identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Chatbot

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Chatbot Message](https://developers.facilioo.de/reference/get_api-chatbot-messages-id.md):

Get Chatbot Message

Provides detailed information for a single chatbot message identified by its ID, if it falls within the caller’s scope.

Module: Chatbot

Returns: Chatbot → Chatbot Messages → ChatbotMessageRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Chatbot Message](https://developers.facilioo.de/reference/patch_api-chatbot-messages-id.md):

Update Chatbot Message

Applies an partial update to an existing chatbot message specified by its ID, affecting only chatbot messages within the caller’s permitted scope.

Module: Chatbot

Returns: Chatbot → Chatbot Messages → ChatbotMessageRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Chatbot Message](https://developers.facilioo.de/reference/delete_api-chatbot-messages-id.md):

Delete Chatbot Message

Deletes the specified chatbot message, if it falls within the caller’s scope.

Module: Chatbot

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Chat Gpt Setting](https://developers.facilioo.de/reference/post_api-chat-gpt-settings.md):

Create Chat Gpt Setting

Creates a new chat gpt setting from the provided data, associating it within the requester's scope.

Module: Integrations

Returns: Integrations → Ai Assistants → ChatGptSettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Chat Gpt Settingses](https://developers.facilioo.de/reference/get_api-chat-gpt-settings.md):

List Chat Gpt Settingses

Returns a paginated list of chat gpt settingses filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Integrations

Returns: Integrations → Ai Assistants → ChatGptSettingsRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Batch List Chat Gpt Settingses](https://developers.facilioo.de/reference/post_api-chat-gpt-settings-batch.md):

Batch List Chat Gpt Settingses

Retrieves chat gpt settingses matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Integrations

Returns: Integrations → Ai Assistants → ChatGptSettingsRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Chat Gpt Settingses](https://developers.facilioo.de/reference/patch_api-chat-gpt-settings-batch.md):

Update Chat Gpt Settingses

Performs an partial update on multiple chat gpt settingses identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Integrations

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Chat Gpt Setting](https://developers.facilioo.de/reference/get_api-chat-gpt-settings-id.md):

Get Chat Gpt Setting

Provides detailed information for a single chat gpt setting identified by its ID, if it falls within the caller’s scope.

Module: Integrations

Returns: Integrations → Ai Assistants → ChatGptSettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Chat Gpt Setting](https://developers.facilioo.de/reference/patch_api-chat-gpt-settings-id.md):

Update Chat Gpt Setting

Applies an partial update to an existing chat gpt setting specified by its ID, affecting only chat gpt settingses within the caller’s permitted scope.

Module: Integrations

Returns: Integrations → Ai Assistants → ChatGptSettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Chat Gpt Setting](https://developers.facilioo.de/reference/delete_api-chat-gpt-settings-id.md):

Delete Chat Gpt Setting

Deletes the specified chat gpt setting, if it falls within the caller’s scope.

Module: Integrations

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Cloud Connect Audit](https://developers.facilioo.de/reference/post_api-cloud-connect-audits.md):

Create Cloud Connect Audit

Creates a new cloud connect audit from the provided data, associating it within the requester's scope.

Module: Cloud Connect

Returns: Cloud Connect → CloudConnectAuditRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Cloud Connect Audits](https://developers.facilioo.de/reference/get_api-cloud-connect-audits.md):

List Cloud Connect Audits

Returns a paginated list of cloud connect audits filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Cloud Connect

Returns: Cloud Connect → CloudConnectAuditRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Cloud Connect Audits](https://developers.facilioo.de/reference/post_api-cloud-connect-audits-batch.md):

Batch List Cloud Connect Audits

Retrieves cloud connect audits matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Cloud Connect

Returns: Cloud Connect → CloudConnectAuditRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Cloud Connect Audits](https://developers.facilioo.de/reference/patch_api-cloud-connect-audits-batch.md):

Update Cloud Connect Audits

Performs an partial update on multiple cloud connect audits identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Cloud Connect

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Cloud Connect Audits](https://developers.facilioo.de/reference/post_api-cloud-connect-audits-search.md):

Search Cloud Connect Audits

Performs a search applying filtering, sorting, and pagination criteria within the cloud connect audits, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Cloud Connect

Returns: Cloud Connect → CloudConnectAuditRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Cloud Connect Audit](https://developers.facilioo.de/reference/get_api-cloud-connect-audits-id.md):

Get Cloud Connect Audit

Provides detailed information for a single cloud connect audit identified by its ID, if it falls within the caller’s scope.

Module: Cloud Connect

Returns: Cloud Connect → CloudConnectAuditRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Cloud Connect Audit](https://developers.facilioo.de/reference/patch_api-cloud-connect-audits-id.md):

Update Cloud Connect Audit

Applies an partial update to an existing cloud connect audit specified by its ID, affecting only cloud connect audits within the caller’s permitted scope.

Module: Cloud Connect

Returns: Cloud Connect → CloudConnectAuditRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Cloud Connect Audit](https://developers.facilioo.de/reference/delete_api-cloud-connect-audits-id.md):

Delete Cloud Connect Audit

Deletes the specified cloud connect audit, if it falls within the caller’s scope.

Module: Cloud Connect

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Colors](https://developers.facilioo.de/reference/get_api-colors.md):

List Colors

Returns a paginated list of colors filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Miscellaneous → Colors → ColorRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Colors](https://developers.facilioo.de/reference/post_api-colors-batch.md):

Batch List Colors

Retrieves colors matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Miscellaneous → Colors → ColorRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Color](https://developers.facilioo.de/reference/get_api-colors-id.md):

Get Color

Provides detailed information for a single color identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Miscellaneous → Colors → ColorRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Conference](https://developers.facilioo.de/reference/post_api-conferences.md):

Create Conference

Creates a new conference from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Conferences → ConferenceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Conferences](https://developers.facilioo.de/reference/get_api-conferences.md):

List Conferences

Returns a paginated list of conferences filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Conferences → ConferenceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Conferences](https://developers.facilioo.de/reference/post_api-conferences-batch.md):

Batch List Conferences

Retrieves conferences matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Conferences → ConferenceRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Conferences](https://developers.facilioo.de/reference/patch_api-conferences-batch.md):

Update Conferences

Performs an partial update on multiple conferences identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Conferences](https://developers.facilioo.de/reference/post_api-conferences-search.md):

Search Conferences

Performs a search applying filtering, sorting, and pagination criteria within the conferences, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Conferences → ConferenceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Attendance](https://developers.facilioo.de/reference/get_api-conferences-conferenceid-attendances-ownerid.md):

Get Attendance

Module: Conferences

Returns: Conferences → Attendances → AttendanceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Set Attendance](https://developers.facilioo.de/reference/put_api-conferences-conferenceid-attendances-ownerid.md):

Set Attendance

Module: Conferences

Returns: Conferences → Attendances → AttendanceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Order Topics](https://developers.facilioo.de/reference/post_api-conferences-conferenceid-topics-topicid-order.md):

Order Topics

Module: Conferences

Returns: Conferences → Topics → TopicRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Conference](https://developers.facilioo.de/reference/get_api-conferences-id.md):

Get Conference

Provides detailed information for a single conference identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Conferences → ConferenceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Conference](https://developers.facilioo.de/reference/patch_api-conferences-id.md):

Update Conference

Applies an partial update to an existing conference specified by its ID, affecting only conferences within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Conferences → ConferenceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Conference](https://developers.facilioo.de/reference/delete_api-conferences-id.md):

Delete Conference

Deletes the specified conference, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Agenda Document](https://developers.facilioo.de/reference/post_api-conferences-id-agenda.md):

Get Agenda Document

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Agenda Document From Template](https://developers.facilioo.de/reference/post_api-conferences-id-agenda-from-template.md):

Get Agenda Document From Template

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Attachments](https://developers.facilioo.de/reference/get_api-conferences-id-attachments.md):

List Attachments

Module: Conferences

Returns: Documents → Files → FileAttachmentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Attendances](https://developers.facilioo.de/reference/get_api-conferences-id-attendances.md):

List Attendances

Module: Conferences

Returns: Conferences → Attendances → AttendanceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Show Checklist](https://developers.facilioo.de/reference/get_api-conferences-id-checklist.md):

Show Checklist

Module: Conferences

Returns: Conferences → Conferences → ConferenceChecklist (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Cover Letter Document From Template](https://developers.facilioo.de/reference/post_api-conferences-id-cover-letter-from-template.md):

Get Cover Letter Document From Template

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Generate Document Stack](https://developers.facilioo.de/reference/post_api-conferences-id-document-stacks.md):

Generate Document Stack

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Eligible Units](https://developers.facilioo.de/reference/get_api-conferences-id-eligible-units.md):

List Eligible Units

Module: Conferences

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Set Eligible Units](https://developers.facilioo.de/reference/put_api-conferences-id-eligible-units.md):

Set Eligible Units

Module: Conferences

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Conference Events](https://developers.facilioo.de/reference/get_api-conferences-id-events.md):

Get Conference Events

Module: Conferences

Returns: Conferences → Conference Events → ConferenceEventRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Generate Invitation Letters](https://developers.facilioo.de/reference/post_api-conferences-id-generate-invitation-letters.md):

Generate Invitation Letters

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Mandate Document From Template](https://developers.facilioo.de/reference/post_api-conferences-id-mandate-from-template.md):

Get Mandate Document From Template

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Mandates](https://developers.facilioo.de/reference/get_api-conferences-id-mandates.md):

Get Mandates

Module: Conferences

Returns: Conferences → Mandates → MandateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Non Collection Resolutions](https://developers.facilioo.de/reference/get_api-conferences-id-non-collection-resolutions.md):

Get Non Collection Resolutions

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Download Image](https://developers.facilioo.de/reference/get_api-conferences-id-onsite-presentation-image.md):

Download Image

Module: Conferences

Returns: Documents → Files → FileDownloadResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Owners Available For Mandates](https://developers.facilioo.de/reference/get_api-conferences-id-owners-available-for-mandates.md):

List Owners Available For Mandates

Module: Conferences

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Predefined Votes](https://developers.facilioo.de/reference/get_api-conferences-id-predefined-votes.md):

Get Predefined Votes

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Property](https://developers.facilioo.de/reference/get_api-conferences-id-property.md):

Get Property

Module: Conferences

Returns: Master Data → Properties → Properties → PropertyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Protocol Document](https://developers.facilioo.de/reference/post_api-conferences-id-protocol.md):

Get Protocol Document

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Protocol Document From Template](https://developers.facilioo.de/reference/post_api-conferences-id-protocol-from-template.md):

Get Protocol Document From Template

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Resolution Collection](https://developers.facilioo.de/reference/get_api-conferences-id-resolution-collection.md):

Get Resolution Collection

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Resolution Collection Document](https://developers.facilioo.de/reference/get_api-conferences-id-resolution-collection-document.md):

Get Resolution Collection Document

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [Get Resolution Collection Votes Document](https://developers.facilioo.de/reference/get_api-conferences-id-resolution-collection-votes-document.md):

Get Resolution Collection Votes Document

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [Get Resolution Options](https://developers.facilioo.de/reference/get_api-conferences-id-resolution-options.md):

Get Resolution Options

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Resolutions](https://developers.facilioo.de/reference/get_api-conferences-id-resolutions.md):

Get Resolutions

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Results Document](https://developers.facilioo.de/reference/get_api-conferences-id-results.md):

Get Results Document

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Roles](https://developers.facilioo.de/reference/get_api-conferences-id-roles.md):

List Roles

Module: Conferences

Returns: Conferences → Roles → ConferenceRole (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Set Roles](https://developers.facilioo.de/reference/put_api-conferences-id-roles.md):

Set Roles

Module: Conferences

Returns: Conferences → Roles → ConferenceRole (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Signees](https://developers.facilioo.de/reference/get_api-conferences-id-signees.md):

List Signees

Module: Conferences

Returns: Conferences → Signees → SigneeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Conference Event Document](https://developers.facilioo.de/reference/get_api-conferences-id-technical-protocol.md):

Get Conference Event Document

Module: Conferences

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Topics](https://developers.facilioo.de/reference/get_api-conferences-id-topics.md):

Get Topics

Module: Conferences

Returns: Conferences → Topics → TopicRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Voting Groups](https://developers.facilioo.de/reference/get_api-conferences-id-voting-groups.md):

List Voting Groups

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Voting Group Shares](https://developers.facilioo.de/reference/get_api-conferences-id-voting-groups-shares.md):

List Voting Group Shares

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupShares (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Voting Sessions](https://developers.facilioo.de/reference/get_api-conferences-id-voting-sessions.md):

Get Voting Sessions

Module: Conferences

Returns: Conferences → Voting → Sessions → VotingSessionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Conference Document Setting](https://developers.facilioo.de/reference/post_api-conference-document-settings.md):

Create Conference Document Setting

Creates a new conference document setting from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Document Settings → DocumentSettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Conference Document Settingses](https://developers.facilioo.de/reference/get_api-conference-document-settings.md):

List Conference Document Settingses

Returns a paginated list of conference document settingses filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Document Settings → DocumentSettingsRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Batch List Conference Document Settingses](https://developers.facilioo.de/reference/post_api-conference-document-settings-batch.md):

Batch List Conference Document Settingses

Retrieves conference document settingses matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Document Settings → DocumentSettingsRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Conference Document Settingses](https://developers.facilioo.de/reference/patch_api-conference-document-settings-batch.md):

Update Conference Document Settingses

Performs an partial update on multiple conference document settingses identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Show Global Settings](https://developers.facilioo.de/reference/get_api-conference-document-settings-global.md):

Show Global Settings

Module: Conferences

Returns: Conferences → Document Settings → DocumentSettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Conference Document Setting](https://developers.facilioo.de/reference/get_api-conference-document-settings-id.md):

Get Conference Document Setting

Provides detailed information for a single conference document setting identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Document Settings → DocumentSettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Conference Document Setting](https://developers.facilioo.de/reference/patch_api-conference-document-settings-id.md):

Update Conference Document Setting

Applies an partial update to an existing conference document setting specified by its ID, affecting only conference document settingses within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Document Settings → DocumentSettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Conference Document Setting](https://developers.facilioo.de/reference/delete_api-conference-document-settings-id.md):

Delete Conference Document Setting

Deletes the specified conference document setting, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Conference Document Template](https://developers.facilioo.de/reference/post_api-conference-document-templates.md):

Create Conference Document Template

Creates a new conference document template from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Document Templates → DocumentTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Conference Document Templates](https://developers.facilioo.de/reference/get_api-conference-document-templates.md):

List Conference Document Templates

Returns a paginated list of conference document templates filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Document Templates → DocumentTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Conference Document Templates](https://developers.facilioo.de/reference/post_api-conference-document-templates-batch.md):

Batch List Conference Document Templates

Retrieves conference document templates matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Document Templates → DocumentTemplateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Conference Document Templates](https://developers.facilioo.de/reference/patch_api-conference-document-templates-batch.md):

Update Conference Document Templates

Performs an partial update on multiple conference document templates identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Conference Document Templates](https://developers.facilioo.de/reference/post_api-conference-document-templates-search.md):

Search Conference Document Templates

Performs a search applying filtering, sorting, and pagination criteria within the conference document templates, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Document Templates → DocumentTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Conference Document Template](https://developers.facilioo.de/reference/get_api-conference-document-templates-id.md):

Get Conference Document Template

Provides detailed information for a single conference document template identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Document Templates → DocumentTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Conference Document Template](https://developers.facilioo.de/reference/patch_api-conference-document-templates-id.md):

Update Conference Document Template

Applies an partial update to an existing conference document template specified by its ID, affecting only conference document templates within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Document Templates → DocumentTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Conference Document Template](https://developers.facilioo.de/reference/delete_api-conference-document-templates-id.md):

Delete Conference Document Template

Deletes the specified conference document template, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Conference Setting](https://developers.facilioo.de/reference/post_api-conference-settings.md):

Create Conference Setting

Creates a new conference setting from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Settings → SettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Conference Settingses](https://developers.facilioo.de/reference/get_api-conference-settings.md):

List Conference Settingses

Returns a paginated list of conference settingses filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Settings → SettingsRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Batch List Conference Settingses](https://developers.facilioo.de/reference/post_api-conference-settings-batch.md):

Batch List Conference Settingses

Retrieves conference settingses matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Settings → SettingsRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Conference Settingses](https://developers.facilioo.de/reference/patch_api-conference-settings-batch.md):

Update Conference Settingses

Performs an partial update on multiple conference settingses identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Show Global Settings](https://developers.facilioo.de/reference/get_api-conference-settings-global.md):

Show Global Settings

Module: Conferences

Returns: Conferences → Settings → SettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Conference Setting](https://developers.facilioo.de/reference/get_api-conference-settings-id.md):

Get Conference Setting

Provides detailed information for a single conference setting identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Settings → SettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Conference Setting](https://developers.facilioo.de/reference/patch_api-conference-settings-id.md):

Update Conference Setting

Applies an partial update to an existing conference setting specified by its ID, affecting only conference settingses within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Settings → SettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Conference Setting](https://developers.facilioo.de/reference/delete_api-conference-settings-id.md):

Delete Conference Setting

Deletes the specified conference setting, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [ConferenceVote](https://developers.facilioo.de/reference/conferencevote.md): Tba - [Create Conference Vote](https://developers.facilioo.de/reference/post_api-conference-votes.md):

Create Conference Vote

Creates a new conference vote from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Voting → Votes → ConferenceVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Conference Votes](https://developers.facilioo.de/reference/get_api-conference-votes.md):

List Conference Votes

Returns a paginated list of conference votes filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Voting → Votes → ConferenceVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Conference Votes](https://developers.facilioo.de/reference/post_api-conference-votes-batch.md):

Batch List Conference Votes

Retrieves conference votes matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Voting → Votes → ConferenceVoteRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Conference Votes](https://developers.facilioo.de/reference/patch_api-conference-votes-batch.md):

Update Conference Votes

Performs an partial update on multiple conference votes identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Conference Vote](https://developers.facilioo.de/reference/get_api-conference-votes-id.md):

Get Conference Vote

Provides detailed information for a single conference vote identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Voting → Votes → ConferenceVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Conference Vote](https://developers.facilioo.de/reference/patch_api-conference-votes-id.md):

Update Conference Vote

Applies an partial update to an existing conference vote specified by its ID, affecting only conference votes within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Voting → Votes → ConferenceVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Conference Vote](https://developers.facilioo.de/reference/delete_api-conference-votes-id.md):

Delete Conference Vote

Deletes the specified conference vote, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Connect](https://developers.facilioo.de/reference/post_api-connects.md):

Create Connect

Creates a new connect from the provided data, associating it within the requester's scope.

Module: Integrations

Returns: Integrations → Connect → ConnectRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Connects](https://developers.facilioo.de/reference/get_api-connects.md):

List Connects

Returns a paginated list of connects filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Integrations

Returns: Integrations → Connect → ConnectRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [Batch List Connects](https://developers.facilioo.de/reference/post_api-connects-batch.md):

Batch List Connects

Retrieves connects matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Integrations

Returns: Integrations → Connect → ConnectRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Connects](https://developers.facilioo.de/reference/patch_api-connects-batch.md):

Update Connects

Performs an partial update on multiple connects identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Integrations

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Connects](https://developers.facilioo.de/reference/post_api-connects-search.md):

Search Connects

Performs a search applying filtering, sorting, and pagination criteria within the connects, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Integrations

Returns: Integrations → Connect → ConnectRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Connect](https://developers.facilioo.de/reference/get_api-connects-id.md):

Get Connect

Provides detailed information for a single connect identified by its ID, if it falls within the caller’s scope.

Module: Integrations

Returns: Integrations → Connect → ConnectRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [Update Connect](https://developers.facilioo.de/reference/patch_api-connects-id.md):

Update Connect

Applies an partial update to an existing connect specified by its ID, affecting only connects within the caller’s permitted scope.

Module: Integrations

Returns: Integrations → Connect → ConnectRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Connect](https://developers.facilioo.de/reference/delete_api-connects-id.md):

Delete Connect

Deletes the specified connect, if it falls within the caller’s scope.

Module: Integrations

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [ConsumptionBrand](https://developers.facilioo.de/reference/consumptionbrand.md): Tba - [List Consumption Brands](https://developers.facilioo.de/reference/get_api-consumption-brands.md):

List Consumption Brands

Returns a paginated list of consumption brands filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Consumptions

Returns: Consumptions → Brands → ConsumptionBrandRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Consumption Brands](https://developers.facilioo.de/reference/post_api-consumption-brands-batch.md):

Batch List Consumption Brands

Retrieves consumption brands matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Consumptions

Returns: Consumptions → Brands → ConsumptionBrandRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Consumption Brands](https://developers.facilioo.de/reference/post_api-consumption-brands-search.md):

Search Consumption Brands

Performs a search applying filtering, sorting, and pagination criteria within the consumption brands, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Consumptions

Returns: Consumptions → Brands → ConsumptionBrandRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Consumption Brand](https://developers.facilioo.de/reference/get_api-consumption-brands-id.md):

Get Consumption Brand

Provides detailed information for a single consumption brand identified by its ID, if it falls within the caller’s scope.

Module: Consumptions

Returns: Consumptions → Brands → ConsumptionBrandRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [ConsumptionMeter](https://developers.facilioo.de/reference/consumptionmeter.md): Tba - [List Consumption Meters](https://developers.facilioo.de/reference/get_api-consumption-meters.md):

List Consumption Meters

Returns a paginated list of consumption meters filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Consumptions

Returns: Consumptions → Meters → ConsumptionMeterRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Consumption Meters](https://developers.facilioo.de/reference/post_api-consumption-meters-batch.md):

Batch List Consumption Meters

Retrieves consumption meters matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Consumptions

Returns: Consumptions → Meters → ConsumptionMeterRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Consumption Document](https://developers.facilioo.de/reference/post_api-consumption-meters-consumption-document.md):

Get Consumption Document

Module: Consumptions

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Search Consumption Meters](https://developers.facilioo.de/reference/post_api-consumption-meters-search.md):

Search Consumption Meters

Performs a search applying filtering, sorting, and pagination criteria within the consumption meters, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Consumptions

Returns: Consumptions → Meters → ConsumptionMeterRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Consumption Meter](https://developers.facilioo.de/reference/get_api-consumption-meters-id.md):

Get Consumption Meter

Provides detailed information for a single consumption meter identified by its ID, if it falls within the caller’s scope.

Module: Consumptions

Returns: Consumptions → Meters → ConsumptionMeterRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Accessor Parties](https://developers.facilioo.de/reference/get_api-consumption-meters-id-accessible-by-parties.md):

Get Accessor Parties

Module: Consumptions

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Grant Access To Party](https://developers.facilioo.de/reference/put_api-consumption-meters-id-accessible-by-parties-partyid.md):

Grant Access To Party

Module: Consumptions

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Attribute Groups](https://developers.facilioo.de/reference/get_api-consumption-meters-id-readings.md):

List Attribute Groups

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Consumption Meter Assigned Reader Parties](https://developers.facilioo.de/reference/post_api-consumption-meters-assigned-reader-parties.md):

List Consumption Meter Assigned Reader Parties

Lists the assigned reading parties of the specified consumption meters and/or consumption meters that belong to a assigned reader party.

Module: Consumptions

Returns: Consumptions → Meters → ConsumptionMeterAssignedReaderParty (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [ConsumptionReading](https://developers.facilioo.de/reference/consumptionreading.md): Tba - [Create Consumption Reading](https://developers.facilioo.de/reference/post_api-consumption-readings.md):

Create Consumption Reading

Creates a new consumption reading from the provided data, associating it within the requester's scope.

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Consumption Readings](https://developers.facilioo.de/reference/get_api-consumption-readings.md):

List Consumption Readings

Returns a paginated list of consumption readings filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Consumption Readings](https://developers.facilioo.de/reference/post_api-consumption-readings-batch.md):

Batch List Consumption Readings

Retrieves consumption readings matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Consumption Readings](https://developers.facilioo.de/reference/patch_api-consumption-readings-batch.md):

Update Consumption Readings

Performs an partial update on multiple consumption readings identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Consumptions

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Consumption Readings](https://developers.facilioo.de/reference/post_api-consumption-readings-search.md):

Search Consumption Readings

Performs a search applying filtering, sorting, and pagination criteria within the consumption readings, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Consumption Reading](https://developers.facilioo.de/reference/get_api-consumption-readings-id.md):

Get Consumption Reading

Provides detailed information for a single consumption reading identified by its ID, if it falls within the caller’s scope.

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Consumption Reading](https://developers.facilioo.de/reference/patch_api-consumption-readings-id.md):

Update Consumption Reading

Applies an partial update to an existing consumption reading specified by its ID, affecting only consumption readings within the caller’s permitted scope.

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Consumption Reading](https://developers.facilioo.de/reference/delete_api-consumption-readings-id.md):

Delete Consumption Reading

Deletes the specified consumption reading, if it falls within the caller’s scope.

Module: Consumptions

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Consumption Readings Extended Query](https://developers.facilioo.de/reference/get_api-consumption-reading-dates.md):

Get Consumption Readings Extended Query

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingDate (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Search](https://developers.facilioo.de/reference/post_api-consumption-reading-dates-search.md):

Search

Module: Consumptions

Returns: Consumptions → Readings → ConsumptionReadingDate (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Consumption Readings Extended Query](https://developers.facilioo.de/reference/get_api-consumption-readings-extended.md):

Get Consumption Readings Extended Query

Module: Consumptions

Returns: Consumptions → Consumption Readings → ConsumptionReadingExtended (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Consumption Readings Extended Query](https://developers.facilioo.de/reference/post_api-consumption-readings-extended-search.md):

Get Consumption Readings Extended Query

Module: Consumptions

Returns: Consumptions → Consumption Readings → ConsumptionReadingExtended (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [ConsumptionType](https://developers.facilioo.de/reference/consumptiontype.md): Tba - [List Consumption Types](https://developers.facilioo.de/reference/get_api-consumption-types.md):

List Consumption Types

Returns a paginated list of consumption types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Consumptions

Returns: Consumptions → Types → ConsumptionTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Consumption Types](https://developers.facilioo.de/reference/post_api-consumption-types-batch.md):

Batch List Consumption Types

Retrieves consumption types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Consumptions

Returns: Consumptions → Types → ConsumptionTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Consumption Types](https://developers.facilioo.de/reference/post_api-consumption-types-search.md):

Search Consumption Types

Performs a search applying filtering, sorting, and pagination criteria within the consumption types, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Consumptions

Returns: Consumptions → Types → ConsumptionTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Consumption Type](https://developers.facilioo.de/reference/get_api-consumption-types-id.md):

Get Consumption Type

Provides detailed information for a single consumption type identified by its ID, if it falls within the caller’s scope.

Module: Consumptions

Returns: Consumptions → Types → ConsumptionTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [ContactDetails](https://developers.facilioo.de/reference/contactdetails.md): Contact Information Of A Party - [Create Contact Detail](https://developers.facilioo.de/reference/post_api-contact-details.md):

Create Contact Detail

Creates a new contact detail from the provided data, associating it within the requester's scope.

Module: Identity

Returns: Master Data → Parties → Contact Details → ContactDetailsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Contact Detailses](https://developers.facilioo.de/reference/get_api-contact-details.md):

List Contact Detailses

Returns a paginated list of contact detailses filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Master Data → Parties → Contact Details → ContactDetailsRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Contact Detailses](https://developers.facilioo.de/reference/post_api-contact-details-batch.md):

Batch List Contact Detailses

Retrieves contact detailses matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Master Data → Parties → Contact Details → ContactDetailsRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Contact Detailses](https://developers.facilioo.de/reference/patch_api-contact-details-batch.md):

Update Contact Detailses

Performs an partial update on multiple contact detailses identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Identity

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Contact Detail](https://developers.facilioo.de/reference/get_api-contact-details-id.md):

Get Contact Detail

Provides detailed information for a single contact detail identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Master Data → Parties → Contact Details → ContactDetailsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Contact Detail](https://developers.facilioo.de/reference/patch_api-contact-details-id.md):

Update Contact Detail

Applies an partial update to an existing contact detail specified by its ID, affecting only contact detailses within the caller’s permitted scope.

Module: Identity

Returns: Master Data → Parties → Contact Details → ContactDetailsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Contact Detail](https://developers.facilioo.de/reference/delete_api-contact-details-id.md):

Delete Contact Detail

Deletes the specified contact detail, if it falls within the caller’s scope.

Module: Identity

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Search Contact Detailses](https://developers.facilioo.de/reference/post_api-contact-details-search.md):

Search Contact Detailses

Performs a search applying filtering, sorting, and pagination criteria within the contact detailses, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Identity

Returns: Master Data → Parties → Contact Details → ContactDetailsRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Contact Types](https://developers.facilioo.de/reference/get_api-contacttypes.md):

List Contact Types

Returns a paginated list of contact types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Master Data → Communication → Contact Types → ContactTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Contact Types](https://developers.facilioo.de/reference/post_api-contacttypes-batch.md):

Batch List Contact Types

Retrieves contact types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Master Data → Communication → Contact Types → ContactTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Contact Type](https://developers.facilioo.de/reference/get_api-contacttypes-id.md):

Get Contact Type

Provides detailed information for a single contact type identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Master Data → Communication → Contact Types → ContactTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [CustomerApp](https://developers.facilioo.de/reference/customerapp.md): Tba - [Show Customer App Ids](https://developers.facilioo.de/reference/get_api-customer-app-ids.md):

Show Customer App Ids

Module: Customer Apps

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [List Customer Apps](https://developers.facilioo.de/reference/get_api-customer-apps.md):

List Customer Apps

Returns a paginated list of customer apps filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Customer Apps

Returns: Customer App → Customer Apps → CustomerAppRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [Batch List Customer Apps](https://developers.facilioo.de/reference/post_api-customer-apps-batch.md):

Batch List Customer Apps

Retrieves customer apps matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Customer Apps

Returns: Customer App → Customer Apps → CustomerAppRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [Get Customer App Startup Configuration By Bundle Id](https://developers.facilioo.de/reference/get_api-customer-apps-bundleid-customer-app-startup-configuration.md):

Get Customer App Startup Configuration By Bundle Id

Module: Customer Apps

Returns: Customer App → Customer Apps → CustomerAppStartupConfiguration (single)

- [Get Customer App](https://developers.facilioo.de/reference/get_api-customer-apps-id.md):

Get Customer App

Provides detailed information for a single customer app identified by its ID, if it falls within the caller’s scope.

Module: Customer Apps

Returns: Customer App → Customer Apps → CustomerAppRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [List Customer App Custom Contents](https://developers.facilioo.de/reference/get_api-customer-app-custom-contents.md):

List Customer App Custom Contents

Returns a paginated list of customer app custom contents filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Customer Apps

Returns: Customer App → Customer App Custom Contents → CustomerAppCustomContentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Customer App Custom Contents](https://developers.facilioo.de/reference/post_api-customer-app-custom-contents-batch.md):

Batch List Customer App Custom Contents

Retrieves customer app custom contents matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Customer Apps

Returns: Customer App → Customer App Custom Contents → CustomerAppCustomContentRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Customer App Custom Content](https://developers.facilioo.de/reference/get_api-customer-app-custom-contents-id.md):

Get Customer App Custom Content

Provides detailed information for a single customer app custom content identified by its ID, if it falls within the caller’s scope.

Module: Customer Apps

Returns: Customer App → Customer App Custom Contents → CustomerAppCustomContentRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Document](https://developers.facilioo.de/reference/document.md): Tba - [Create Document](https://developers.facilioo.de/reference/post_api-documents.md):

Create Document

Creates a new document from the provided data, associating it within the requester's scope.

Module: Documents

Returns: Documents → Documents → DocumentRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Documents](https://developers.facilioo.de/reference/get_api-documents.md):

List Documents

Returns a paginated list of documents filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Documents

Returns: Documents → Documents → DocumentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Documents](https://developers.facilioo.de/reference/post_api-documents-batch.md):

Batch List Documents

Retrieves documents matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Documents

Returns: Documents → Documents → DocumentRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Documents](https://developers.facilioo.de/reference/patch_api-documents-batch.md):

Update Documents

Performs an partial update on multiple documents identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Documents

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Documents](https://developers.facilioo.de/reference/post_api-documents-search.md):

Search Documents

Performs a search applying filtering, sorting, and pagination criteria within the documents, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Documents

Returns: Documents → Documents → DocumentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Document](https://developers.facilioo.de/reference/get_api-documents-id.md):

Get Document

Provides detailed information for a single document identified by its ID, if it falls within the caller’s scope.

Module: Documents

Returns: Documents → Documents → DocumentRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Document](https://developers.facilioo.de/reference/patch_api-documents-id.md):

Update Document

Applies an partial update to an existing document specified by its ID, affecting only documents within the caller’s permitted scope.

Module: Documents

Returns: Documents → Documents → DocumentRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Document](https://developers.facilioo.de/reference/delete_api-documents-id.md):

Delete Document

Deletes the specified document, if it falls within the caller’s scope.

Module: Documents

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Shares](https://developers.facilioo.de/reference/get_api-documents-id-shares.md):

List Shares

Module: Documents

Returns: Documents → Documents → Shares → DocumentShareRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Replace Shares](https://developers.facilioo.de/reference/put_api-documents-id-shares.md):

Replace Shares

Module: Documents

Returns: Documents → Documents → Shares → DocumentShareRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Document Background Job](https://developers.facilioo.de/reference/post_api-document-background-jobs.md):

Create Document Background Job

Module: Documents

Returns: Documents → Document Background Jobs → DocumentBackgroundJobRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Document Background Jobs](https://developers.facilioo.de/reference/get_api-document-background-jobs.md):

List Document Background Jobs

Returns a paginated list of document background jobs filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Documents

Returns: Documents → Document Background Jobs → DocumentBackgroundJobRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Document Background Jobs](https://developers.facilioo.de/reference/post_api-document-background-jobs-batch.md):

Batch List Document Background Jobs

Retrieves document background jobs matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Documents

Returns: Documents → Document Background Jobs → DocumentBackgroundJobRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Document Background Job](https://developers.facilioo.de/reference/get_api-document-background-jobs-id.md):

Get Document Background Job

Provides detailed information for a single document background job identified by its ID, if it falls within the caller’s scope.

Module: Documents

Returns: Documents → Document Background Jobs → DocumentBackgroundJobRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [DocumentGroup](https://developers.facilioo.de/reference/documentgroup.md): Group related Documents - [Create Document Group](https://developers.facilioo.de/reference/post_api-document-groups.md):

Create Document Group

Creates a new document group from the provided data, associating it within the requester's scope.

Module: Documents

Returns: Documents → Document Groups → DocumentGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Document Groups](https://developers.facilioo.de/reference/get_api-document-groups.md):

List Document Groups

Returns a paginated list of document groups filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Documents

Returns: Documents → Document Groups → DocumentGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Document Groups](https://developers.facilioo.de/reference/post_api-document-groups-batch.md):

Batch List Document Groups

Retrieves document groups matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Documents

Returns: Documents → Document Groups → DocumentGroupRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Document Groups](https://developers.facilioo.de/reference/patch_api-document-groups-batch.md):

Update Document Groups

Performs an partial update on multiple document groups identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Documents

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Document Groups](https://developers.facilioo.de/reference/post_api-document-groups-search.md):

Search Document Groups

Performs a search applying filtering, sorting, and pagination criteria within the document groups, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Documents

Returns: Documents → Document Groups → DocumentGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Document Group](https://developers.facilioo.de/reference/get_api-document-groups-id.md):

Get Document Group

Provides detailed information for a single document group identified by its ID, if it falls within the caller’s scope.

Module: Documents

Returns: Documents → Document Groups → DocumentGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Document Group](https://developers.facilioo.de/reference/patch_api-document-groups-id.md):

Update Document Group

Applies an partial update to an existing document group specified by its ID, affecting only document groups within the caller’s permitted scope.

Module: Documents

Returns: Documents → Document Groups → DocumentGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Document Group](https://developers.facilioo.de/reference/delete_api-document-groups-id.md):

Delete Document Group

Deletes the specified document group, if it falls within the caller’s scope.

Module: Documents

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Documents](https://developers.facilioo.de/reference/get_api-document-groups-id-documents.md):

Get Documents

Module: Documents

Returns: Documents → Documents → DocumentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Create Document Share](https://developers.facilioo.de/reference/post_api-document-shares.md):

Create Document Share

Creates a new document share from the provided data, associating it within the requester's scope.

Module: Documents

Returns: Documents → Documents → Shares → DocumentShareRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Document Shares](https://developers.facilioo.de/reference/get_api-document-shares.md):

List Document Shares

Returns a paginated list of document shares filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Documents

Returns: Documents → Documents → Shares → DocumentShareRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Document Shares](https://developers.facilioo.de/reference/post_api-document-shares-batch.md):

Batch List Document Shares

Retrieves document shares matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Documents

Returns: Documents → Documents → Shares → DocumentShareRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Document Shares](https://developers.facilioo.de/reference/patch_api-document-shares-batch.md):

Update Document Shares

Performs an partial update on multiple document shares identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Documents

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Document Shares](https://developers.facilioo.de/reference/post_api-document-shares-search.md):

Search Document Shares

Performs a search applying filtering, sorting, and pagination criteria within the document shares, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Documents

Returns: Documents → Documents → Shares → DocumentShareRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Document Share](https://developers.facilioo.de/reference/get_api-document-shares-id.md):

Get Document Share

Provides detailed information for a single document share identified by its ID, if it falls within the caller’s scope.

Module: Documents

Returns: Documents → Documents → Shares → DocumentShareRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Document Share](https://developers.facilioo.de/reference/patch_api-document-shares-id.md):

Update Document Share

Applies an partial update to an existing document share specified by its ID, affecting only document shares within the caller’s permitted scope.

Module: Documents

Returns: Documents → Documents → Shares → DocumentShareRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Document Share](https://developers.facilioo.de/reference/delete_api-document-shares-id.md):

Delete Document Share

Deletes the specified document share, if it falls within the caller’s scope.

Module: Documents

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Export Master Data](https://developers.facilioo.de/reference/post_api-integrations-docuware-export-master-data.md):

Export Master Data

Module: Integrations

Returns: Void

- [Import Document](https://developers.facilioo.de/reference/post_api-integrations-docuware-import.md):

Import Document

Module: Integrations

Returns: Void

- [Create Editor Text Block](https://developers.facilioo.de/reference/post_api-editor-text-blocks.md):

Create Editor Text Block

Creates a new editor text block from the provided data, associating it within the requester's scope.

Module: Editor Text Blocks

Returns: Editor Text Blocks → EditorTextBlockRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Editor Text Blocks](https://developers.facilioo.de/reference/get_api-editor-text-blocks.md):

List Editor Text Blocks

Returns a paginated list of editor text blocks filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Editor Text Blocks

Returns: Editor Text Blocks → EditorTextBlockRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Editor Text Blocks](https://developers.facilioo.de/reference/post_api-editor-text-blocks-batch.md):

Batch List Editor Text Blocks

Retrieves editor text blocks matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Editor Text Blocks

Returns: Editor Text Blocks → EditorTextBlockRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Editor Text Blocks](https://developers.facilioo.de/reference/patch_api-editor-text-blocks-batch.md):

Update Editor Text Blocks

Performs an partial update on multiple editor text blocks identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Editor Text Blocks

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Editor Text Block](https://developers.facilioo.de/reference/get_api-editor-text-blocks-id.md):

Get Editor Text Block

Provides detailed information for a single editor text block identified by its ID, if it falls within the caller’s scope.

Module: Editor Text Blocks

Returns: Editor Text Blocks → EditorTextBlockRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Editor Text Block](https://developers.facilioo.de/reference/patch_api-editor-text-blocks-id.md):

Update Editor Text Block

Applies an partial update to an existing editor text block specified by its ID, affecting only editor text blocks within the caller’s permitted scope.

Module: Editor Text Blocks

Returns: Editor Text Blocks → EditorTextBlockRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Editor Text Block](https://developers.facilioo.de/reference/delete_api-editor-text-blocks-id.md):

Delete Editor Text Block

Deletes the specified editor text block, if it falls within the caller’s scope.

Module: Editor Text Blocks

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Entrance](https://developers.facilioo.de/reference/entrance.md): Tba - [Create Entrance](https://developers.facilioo.de/reference/post_api-entrances.md):

Create Entrance

Creates a new entrance from the provided data, associating it within the requester's scope.

Module: Properties

Returns: Master Data → Properties → Entrances → EntranceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Entrances](https://developers.facilioo.de/reference/get_api-entrances.md):

List Entrances

Returns a paginated list of entrances filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Entrances → EntranceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Entrances](https://developers.facilioo.de/reference/post_api-entrances-batch.md):

Batch List Entrances

Retrieves entrances matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Entrances → EntranceRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Entrances](https://developers.facilioo.de/reference/patch_api-entrances-batch.md):

Update Entrances

Performs an partial update on multiple entrances identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Properties

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Entrances](https://developers.facilioo.de/reference/post_api-entrances-search.md):

Search Entrances

Performs a search applying filtering, sorting, and pagination criteria within the entrances, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Properties

Returns: Master Data → Properties → Entrances → EntranceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Entrance](https://developers.facilioo.de/reference/get_api-entrances-id.md):

Get Entrance

Provides detailed information for a single entrance identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Entrances → EntranceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Entrance](https://developers.facilioo.de/reference/patch_api-entrances-id.md):

Update Entrance

Applies an partial update to an existing entrance specified by its ID, affecting only entrances within the caller’s permitted scope.

Module: Properties

Returns: Master Data → Properties → Entrances → EntranceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Entrance](https://developers.facilioo.de/reference/delete_api-entrances-id.md):

Delete Entrance

Deletes the specified entrance, if it falls within the caller’s scope.

Module: Properties

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Units](https://developers.facilioo.de/reference/get_api-entrances-id-units.md):

List Units

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (66)

This will be evaluated against your used access token.

- [Create Erp Import](https://developers.facilioo.de/reference/post_api-erp-imports.md):

Create Erp Import

Creates a new erp import from the provided data, associating it within the requester's scope.

Module: Integrations

Returns: Integrations → File Based Erp Import → ErpImportRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Erp Imports](https://developers.facilioo.de/reference/get_api-erp-imports.md):

List Erp Imports

Returns a paginated list of erp imports filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Integrations

Returns: Integrations → File Based Erp Import → ErpImportRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Erp Imports](https://developers.facilioo.de/reference/post_api-erp-imports-batch.md):

Batch List Erp Imports

Retrieves erp imports matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Integrations

Returns: Integrations → File Based Erp Import → ErpImportRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Erp Imports](https://developers.facilioo.de/reference/patch_api-erp-imports-batch.md):

Update Erp Imports

Performs an partial update on multiple erp imports identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Integrations

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Erp Import](https://developers.facilioo.de/reference/get_api-erp-imports-id.md):

Get Erp Import

Provides detailed information for a single erp import identified by its ID, if it falls within the caller’s scope.

Module: Integrations

Returns: Integrations → File Based Erp Import → ErpImportRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Erp Import](https://developers.facilioo.de/reference/patch_api-erp-imports-id.md):

Update Erp Import

Applies an partial update to an existing erp import specified by its ID, affecting only erp imports within the caller’s permitted scope.

Module: Integrations

Returns: Integrations → File Based Erp Import → ErpImportRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Erp Import](https://developers.facilioo.de/reference/delete_api-erp-imports-id.md):

Delete Erp Import

Deletes the specified erp import, if it falls within the caller’s scope.

Module: Integrations

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Faq](https://developers.facilioo.de/reference/faq.md): Tba - [List Faqs](https://developers.facilioo.de/reference/get_api-faqs.md):

List Faqs

Returns a paginated list of faqs filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Faqs

Returns: Customer App → Faqs → FaqRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Faqs](https://developers.facilioo.de/reference/post_api-faqs-batch.md):

Batch List Faqs

Retrieves faqs matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Faqs

Returns: Customer App → Faqs → FaqRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Faqs](https://developers.facilioo.de/reference/post_api-faqs-search.md):

Search Faqs

Performs a search applying filtering, sorting, and pagination criteria within the faqs, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Faqs

Returns: Customer App → Faqs → FaqRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Faq](https://developers.facilioo.de/reference/get_api-faqs-id.md):

Get Faq

Provides detailed information for a single faq identified by its ID, if it falls within the caller’s scope.

Module: Faqs

Returns: Customer App → Faqs → FaqRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [FaqGroup](https://developers.facilioo.de/reference/faqgroup.md): Tba - [List Faq Groups](https://developers.facilioo.de/reference/get_api-faq-groups.md):

List Faq Groups

Returns a paginated list of faq groups filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Faqs

Returns: Customer App → Faq Groups → FaqGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Faq Groups](https://developers.facilioo.de/reference/post_api-faq-groups-batch.md):

Batch List Faq Groups

Retrieves faq groups matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Faqs

Returns: Customer App → Faq Groups → FaqGroupRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Faq Groups](https://developers.facilioo.de/reference/post_api-faq-groups-search.md):

Search Faq Groups

Performs a search applying filtering, sorting, and pagination criteria within the faq groups, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Faqs

Returns: Customer App → Faq Groups → FaqGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Faq Group](https://developers.facilioo.de/reference/get_api-faq-groups-id.md):

Get Faq Group

Provides detailed information for a single faq group identified by its ID, if it falls within the caller’s scope.

Module: Faqs

Returns: Customer App → Faq Groups → FaqGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Faqs](https://developers.facilioo.de/reference/get_api-faq-groups-id-faqs.md):

List Faqs

Module: Faqs

Returns: Customer App → Faqs → FaqRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [FaqGroupVisual](https://developers.facilioo.de/reference/faqgroupvisual.md): Tba - [List Faq Group Visuals](https://developers.facilioo.de/reference/get_api-faq-group-visuals.md):

List Faq Group Visuals

Returns a paginated list of faq group visuals filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Faqs

Returns: Customer App → Faq Group Visuals → FaqGroupVisualRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Faq Group Visual](https://developers.facilioo.de/reference/get_api-faq-group-visuals-id.md):

Get Faq Group Visual

Provides detailed information for a single faq group visual identified by its ID, if it falls within the caller’s scope.

Module: Faqs

Returns: Customer App → Faq Group Visuals → FaqGroupVisualRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [File](https://developers.facilioo.de/reference/file.md): Tba - [Create File](https://developers.facilioo.de/reference/post_api-files.md):

Create File

Creates a new file from the provided data, associating it within the requester's scope.

Module: Documents

Returns: Documents → Files → FileRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Files](https://developers.facilioo.de/reference/get_api-files.md):

List Files

Returns a paginated list of files filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Documents

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Files](https://developers.facilioo.de/reference/post_api-files-batch.md):

Batch List Files

Retrieves files matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Documents

Returns: Documents → Files → FileRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Files](https://developers.facilioo.de/reference/patch_api-files-batch.md):

Update Files

Performs an partial update on multiple files identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Documents

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Files](https://developers.facilioo.de/reference/post_api-files-search.md):

Search Files

Performs a search applying filtering, sorting, and pagination criteria within the files, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Documents

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get File](https://developers.facilioo.de/reference/get_api-files-id.md):

Get File

Provides detailed information for a single file identified by its ID, if it falls within the caller’s scope.

Module: Documents

Returns: Documents → Files → FileRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update File](https://developers.facilioo.de/reference/patch_api-files-id.md):

Update File

Applies an partial update to an existing file specified by its ID, affecting only files within the caller’s permitted scope.

Module: Documents

Returns: Documents → Files → FileRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete File](https://developers.facilioo.de/reference/delete_api-files-id.md):

Delete File

Deletes the specified file, if it falls within the caller’s scope.

Module: Documents

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Archive File](https://developers.facilioo.de/reference/get_api-files-id-archive.md):

Archive File

Module: Documents

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Document](https://developers.facilioo.de/reference/get_api-files-id-document.md):

Get Document

Module: Documents

Returns: Documents → Documents → DocumentRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Download File](https://developers.facilioo.de/reference/get_api-files-id-download.md):

Download File

Module: Documents

Returns: Documents → Files → FileDownloadResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [Get Processes](https://developers.facilioo.de/reference/get_api-files-id-process-feed-entries.md):

Get Processes

Module: Documents

Returns: Processes → Feed → ProcessFeedRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (45)

This will be evaluated against your used access token.

- [Thumbnail](https://developers.facilioo.de/reference/get_api-files-id-thumbnail.md):

Thumbnail

Module: Documents

Returns: Documents → Files → Queries → Helper → ThumbnailQueryResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Show File Type](https://developers.facilioo.de/reference/get_api-files-id-type.md):

Show File Type

Module: Documents

Returns: Documents → File Types → FileTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [Upload File](https://developers.facilioo.de/reference/put_api-files-id-upload.md):

Upload File

Module: Documents

Returns: Documents → Files → FileUploadResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [Attach File](https://developers.facilioo.de/reference/put_api-files-processfeedentryid-attachments-fileid.md):

Attach File

Module: Documents

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (23)

This will be evaluated against your used access token.

- [Remove File](https://developers.facilioo.de/reference/delete_api-files-processfeedentryid-attachments-fileid.md):

Remove File

Module: Documents

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (23)

This will be evaluated against your used access token.

- [List File Types](https://developers.facilioo.de/reference/get_api-file-types.md):

List File Types

Returns a paginated list of file types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Documents

Returns: Documents → File Types → FileTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List File Types](https://developers.facilioo.de/reference/post_api-file-types-batch.md):

Batch List File Types

Retrieves file types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Documents

Returns: Documents → File Types → FileTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search File Types](https://developers.facilioo.de/reference/post_api-file-types-search.md):

Search File Types

Performs a search applying filtering, sorting, and pagination criteria within the file types, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Documents

Returns: Documents → File Types → FileTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get File Type](https://developers.facilioo.de/reference/get_api-file-types-id.md):

Get File Type

Provides detailed information for a single file type identified by its ID, if it falls within the caller’s scope.

Module: Documents

Returns: Documents → File Types → FileTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Generic Party Settings](https://developers.facilioo.de/reference/get_api-generic-party-settings.md):

List Generic Party Settings

Returns a paginated list of generic party settings filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Master Data → Parties → Generic Settings → GenericPartySettingRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [Batch List Generic Party Settings](https://developers.facilioo.de/reference/post_api-generic-party-settings-batch.md):

Batch List Generic Party Settings

Retrieves generic party settings matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Master Data → Parties → Generic Settings → GenericPartySettingRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [Search Generic Party Settings](https://developers.facilioo.de/reference/post_api-generic-party-settings-search.md):

Search Generic Party Settings

Performs a search applying filtering, sorting, and pagination criteria within the generic party settings, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Identity

Returns: Master Data → Parties → Generic Settings → GenericPartySettingRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1)

This will be evaluated against your used access token.

- [Get Generic Party Setting](https://developers.facilioo.de/reference/get_api-generic-party-settings-id.md):

Get Generic Party Setting

Provides detailed information for a single generic party setting identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Master Data → Parties → Generic Settings → GenericPartySettingRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Health](https://developers.facilioo.de/reference/get_api-health.md):

Get Health

Module: Monitoring

Returns: Void

- [Get Liveness](https://developers.facilioo.de/reference/get_api-health-live.md):

Get Liveness

Module: Monitoring

Returns: Void

- [Get Readiness](https://developers.facilioo.de/reference/get_api-health-ready.md):

Get Readiness

Module: Monitoring

Returns: Void

- [Inquiry](https://developers.facilioo.de/reference/inquiry.md): messages and reports from to property management companies - [Create Inquiry](https://developers.facilioo.de/reference/post_api-inquiries.md):

Create Inquiry

Creates a new inquiry from the provided data, associating it within the requester's scope.

Module: Inquiries

Returns: Inquiries → Inquiries → InquiryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Inquiries](https://developers.facilioo.de/reference/get_api-inquiries.md):

List Inquiries

Returns a paginated list of inquiries filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Inquiries

Returns: Inquiries → Inquiries → InquiryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Inquiries](https://developers.facilioo.de/reference/post_api-inquiries-batch.md):

Batch List Inquiries

Retrieves inquiries matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Inquiries

Returns: Inquiries → Inquiries → InquiryRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Inquiries](https://developers.facilioo.de/reference/patch_api-inquiries-batch.md):

Update Inquiries

Performs an partial update on multiple inquiries identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Inquiries

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Inquiries](https://developers.facilioo.de/reference/post_api-inquiries-search.md):

Search Inquiries

Performs a search applying filtering, sorting, and pagination criteria within the inquiries, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Inquiries

Returns: Inquiries → Inquiries → InquiryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Inquiry](https://developers.facilioo.de/reference/get_api-inquiries-id.md):

Get Inquiry

Provides detailed information for a single inquiry identified by its ID, if it falls within the caller’s scope.

Module: Inquiries

Returns: Inquiries → Inquiries → InquiryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Inquiry](https://developers.facilioo.de/reference/patch_api-inquiries-id.md):

Update Inquiry

Applies an partial update to an existing inquiry specified by its ID, affecting only inquiries within the caller’s permitted scope.

Module: Inquiries

Returns: Inquiries → Inquiries → InquiryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Inquiry](https://developers.facilioo.de/reference/delete_api-inquiries-id.md):

Delete Inquiry

Deletes the specified inquiry, if it falls within the caller’s scope.

Module: Inquiries

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Accessor Accounts](https://developers.facilioo.de/reference/get_api-inquiries-id-accessible-by-accounts.md):

Get Accessor Accounts

Module: Inquiries

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Give Access To Account](https://developers.facilioo.de/reference/put_api-inquiries-id-accessible-by-accounts-accountid.md):

Give Access To Account

Module: Inquiries

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Account Access](https://developers.facilioo.de/reference/delete_api-inquiries-id-accessible-by-accounts-accountid.md):

Remove Account Access

Module: Inquiries

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Attachments](https://developers.facilioo.de/reference/get_api-inquiries-id-attachments.md):

Get Attachments

Module: Inquiries

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Attach File](https://developers.facilioo.de/reference/put_api-inquiries-id-attachments-fileid.md):

Attach File

Module: Inquiries

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Detach File](https://developers.facilioo.de/reference/delete_api-inquiries-id-attachments-fileid.md):

Detach File

Module: Inquiries

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Response Attachments](https://developers.facilioo.de/reference/get_api-inquiries-id-response-attachments.md):

Get Response Attachments

Module: Inquiries

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Attach Response File](https://developers.facilioo.de/reference/put_api-inquiries-id-response-attachments-fileid.md):

Attach Response File

Module: Inquiries

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Detach Response File](https://developers.facilioo.de/reference/delete_api-inquiries-id-response-attachments-fileid.md):

Detach Response File

Module: Inquiries

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Show Ai Evaluation](https://developers.facilioo.de/reference/get_api-inquiries-id-ai-evaluation.md):

Show Ai Evaluation

Module: Inquiries

Returns: Inquiries → Ai Evaluations → InquiryAiEvaluationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Inquiry Ai Evaluations](https://developers.facilioo.de/reference/get_api-inquiry-ai-evaluations.md):

List Inquiry Ai Evaluations

Returns a paginated list of inquiry ai evaluations filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Inquiries

Returns: Inquiries → Ai Evaluations → InquiryAiEvaluationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Batch List Inquiry Ai Evaluations](https://developers.facilioo.de/reference/post_api-inquiry-ai-evaluations-batch.md):

Batch List Inquiry Ai Evaluations

Retrieves inquiry ai evaluations matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Inquiries

Returns: Inquiries → Ai Evaluations → InquiryAiEvaluationRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Search Inquiry Ai Evaluations](https://developers.facilioo.de/reference/post_api-inquiry-ai-evaluations-search.md):

Search Inquiry Ai Evaluations

Performs a search applying filtering, sorting, and pagination criteria within the inquiry ai evaluations, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Inquiries

Returns: Inquiries → Ai Evaluations → InquiryAiEvaluationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Inquiry Ai Evaluation](https://developers.facilioo.de/reference/get_api-inquiry-ai-evaluations-id.md):

Get Inquiry Ai Evaluation

Provides detailed information for a single inquiry ai evaluation identified by its ID, if it falls within the caller’s scope.

Module: Inquiries

Returns: Inquiries → Ai Evaluations → InquiryAiEvaluationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [InquiryCategory](https://developers.facilioo.de/reference/inquirycategory.md): Specify the kind of an Inquiry - [List Inquiry Categories](https://developers.facilioo.de/reference/get_api-inquiry-categories.md):

List Inquiry Categories

Returns a paginated list of inquiry categories filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Inquiries

Returns: Inquiries → Categories → InquiryCategoryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Inquiry Categories](https://developers.facilioo.de/reference/post_api-inquiry-categories-batch.md):

Batch List Inquiry Categories

Retrieves inquiry categories matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Inquiries

Returns: Inquiries → Categories → InquiryCategoryRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Inquiry Categories](https://developers.facilioo.de/reference/post_api-inquiry-categories-search.md):

Search Inquiry Categories

Performs a search applying filtering, sorting, and pagination criteria within the inquiry categories, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Inquiries

Returns: Inquiries → Categories → InquiryCategoryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Inquiry Category](https://developers.facilioo.de/reference/get_api-inquiry-categories-id.md):

Get Inquiry Category

Provides detailed information for a single inquiry category identified by its ID, if it falls within the caller’s scope.

Module: Inquiries

Returns: Inquiries → Categories → InquiryCategoryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [InquirySource](https://developers.facilioo.de/reference/inquirysource.md): Tba - [List Inquiry Sources](https://developers.facilioo.de/reference/get_api-inquiry-sources.md):

List Inquiry Sources

Returns a paginated list of inquiry sources filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Inquiries

Returns: Inquiries → Sources → InquirySourceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Inquiry Sources](https://developers.facilioo.de/reference/post_api-inquiry-sources-batch.md):

Batch List Inquiry Sources

Retrieves inquiry sources matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Inquiries

Returns: Inquiries → Sources → InquirySourceRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Inquiry Source](https://developers.facilioo.de/reference/get_api-inquiry-sources-id.md):

Get Inquiry Source

Provides detailed information for a single inquiry source identified by its ID, if it falls within the caller’s scope.

Module: Inquiries

Returns: Inquiries → Sources → InquirySourceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Invoice](https://developers.facilioo.de/reference/invoice.md): Tba - [Create Invoice](https://developers.facilioo.de/reference/post_api-invoices.md):

Create Invoice

Creates a new invoice from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Invoices → InvoiceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Invoices](https://developers.facilioo.de/reference/get_api-invoices.md):

List Invoices

Returns a paginated list of invoices filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Invoices → InvoiceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Invoices](https://developers.facilioo.de/reference/post_api-invoices-batch.md):

Batch List Invoices

Retrieves invoices matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Invoices → InvoiceRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Invoices](https://developers.facilioo.de/reference/patch_api-invoices-batch.md):

Update Invoices

Performs an partial update on multiple invoices identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Invoices](https://developers.facilioo.de/reference/post_api-invoices-search.md):

Search Invoices

Performs a search applying filtering, sorting, and pagination criteria within the invoices, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Invoices → InvoiceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Invoice](https://developers.facilioo.de/reference/get_api-invoices-id.md):

Get Invoice

Provides detailed information for a single invoice identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Invoices → InvoiceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Invoice](https://developers.facilioo.de/reference/patch_api-invoices-id.md):

Update Invoice

Applies an partial update to an existing invoice specified by its ID, affecting only invoices within the caller’s permitted scope.

Module: Processes

Returns: Processes → Invoices → InvoiceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Invoice](https://developers.facilioo.de/reference/delete_api-invoices-id.md):

Delete Invoice

Deletes the specified invoice, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Invoice Attachments](https://developers.facilioo.de/reference/get_api-invoices-id-attachments.md):

List Invoice Attachments

Module: Processes

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [Attach File To Invoice](https://developers.facilioo.de/reference/put_api-invoices-id-attachments-fileid.md):

Attach File To Invoice

Module: Processes

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Attachment From Invoice](https://developers.facilioo.de/reference/delete_api-invoices-id-attachments-fileid.md):

Remove Attachment From Invoice

Module: Processes

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [Create Mandate](https://developers.facilioo.de/reference/post_api-mandates.md):

Create Mandate

Creates a new mandate from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Mandates → MandateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Mandates](https://developers.facilioo.de/reference/get_api-mandates.md):

List Mandates

Returns a paginated list of mandates filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Mandates → MandateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Mandates](https://developers.facilioo.de/reference/post_api-mandates-batch.md):

Batch List Mandates

Retrieves mandates matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Mandates → MandateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Mandates](https://developers.facilioo.de/reference/patch_api-mandates-batch.md):

Update Mandates

Performs an partial update on multiple mandates identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Mandates](https://developers.facilioo.de/reference/post_api-mandates-search.md):

Search Mandates

Performs a search applying filtering, sorting, and pagination criteria within the mandates, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Mandates → MandateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Mandate](https://developers.facilioo.de/reference/get_api-mandates-id.md):

Get Mandate

Provides detailed information for a single mandate identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Mandates → MandateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Mandate](https://developers.facilioo.de/reference/patch_api-mandates-id.md):

Update Mandate

Applies an partial update to an existing mandate specified by its ID, affecting only mandates within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Mandates → MandateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Mandate](https://developers.facilioo.de/reference/delete_api-mandates-id.md):

Delete Mandate

Deletes the specified mandate, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Predefined Votes](https://developers.facilioo.de/reference/get_api-mandates-id-predefined-votes.md):

Get Predefined Votes

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [Set Predefined Votes](https://developers.facilioo.de/reference/put_api-mandates-id-predefined-votes.md):

Set Predefined Votes

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (list)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [NearbyPlacesCategory](https://developers.facilioo.de/reference/nearbyplacescategory.md): Tba - [List Nearby Places Categories](https://developers.facilioo.de/reference/get_api-nearby-places-categories.md):

List Nearby Places Categories

Returns a paginated list of nearby places categories filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Customer App → Nearby Places Categories → NearbyPlacesCategoryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Nearby Places Categories](https://developers.facilioo.de/reference/post_api-nearby-places-categories-batch.md):

Batch List Nearby Places Categories

Retrieves nearby places categories matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Customer App → Nearby Places Categories → NearbyPlacesCategoryRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Nearby Places Category](https://developers.facilioo.de/reference/get_api-nearby-places-categories-id.md):

Get Nearby Places Category

Provides detailed information for a single nearby places category identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Customer App → Nearby Places Categories → NearbyPlacesCategoryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Notice](https://developers.facilioo.de/reference/post_api-notices.md):

Create Notice

Creates a new notice from the provided data, associating it within the requester's scope.

Module: Notices

Returns: Processes → Notices → NoticeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Notices](https://developers.facilioo.de/reference/get_api-notices.md):

List Notices

Returns a paginated list of notices filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Notices

Returns: Processes → Notices → NoticeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Notices](https://developers.facilioo.de/reference/post_api-notices-batch.md):

Batch List Notices

Retrieves notices matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Notices

Returns: Processes → Notices → NoticeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Notices](https://developers.facilioo.de/reference/patch_api-notices-batch.md):

Update Notices

Performs an partial update on multiple notices identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Notices

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Notices](https://developers.facilioo.de/reference/post_api-notices-search.md):

Search Notices

Performs a search applying filtering, sorting, and pagination criteria within the notices, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Notices

Returns: Processes → Notices → NoticeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Notice](https://developers.facilioo.de/reference/get_api-notices-id.md):

Get Notice

Provides detailed information for a single notice identified by its ID, if it falls within the caller’s scope.

Module: Notices

Returns: Processes → Notices → NoticeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Notice](https://developers.facilioo.de/reference/patch_api-notices-id.md):

Update Notice

Applies an partial update to an existing notice specified by its ID, affecting only notices within the caller’s permitted scope.

Module: Notices

Returns: Processes → Notices → NoticeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Notice](https://developers.facilioo.de/reference/delete_api-notices-id.md):

Delete Notice

Deletes the specified notice, if it falls within the caller’s scope.

Module: Notices

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Accesses](https://developers.facilioo.de/reference/get_api-notices-id-accesses.md):

List Accesses

Module: Notices

Returns: Processes → Notices → Accesses → NoticeAccessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Files](https://developers.facilioo.de/reference/get_api-notices-id-files.md):

List Files

Module: Notices

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Update Access](https://developers.facilioo.de/reference/patch_api-notices-noticeid-accesses-unitcontractid.md):

Update Access

Module: Notices

Returns: Processes → Notices → Accesses → NoticeAccessRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Glass Claim Process](https://developers.facilioo.de/reference/get_api-integrations-pantaenius-glass-claims-id-process.md):

Get Glass Claim Process

Module: Integrations

Returns: Processes → Processes → ProcessRead (single)

Authorization

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Get Liability Claims Process](https://developers.facilioo.de/reference/get_api-integrations-pantaenius-liability-claims-id-process.md):

Get Liability Claims Process

Module: Integrations

Returns: Processes → Processes → ProcessRead (single)

Authorization

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Get Residential Building Claim Process](https://developers.facilioo.de/reference/get_api-integrations-pantaenius-residential-building-claims-id-process.md):

Get Residential Building Claim Process

Module: Integrations

Returns: Processes → Processes → ProcessRead (single)

Authorization

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Party](https://developers.facilioo.de/reference/party.md): Tba - [Create Party](https://developers.facilioo.de/reference/post_api-parties.md):

Create Party

Creates a new party from the provided data, associating it within the requester's scope.

Module: Identity

Returns: Identity → Parties → PartyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Parties](https://developers.facilioo.de/reference/get_api-parties.md):

List Parties

Returns a paginated list of parties filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Parties](https://developers.facilioo.de/reference/post_api-parties-batch.md):

Batch List Parties

Retrieves parties matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Identity → Parties → PartyRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Parties](https://developers.facilioo.de/reference/patch_api-parties-batch.md):

Update Parties

Performs an partial update on multiple parties identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Identity

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Myself](https://developers.facilioo.de/reference/get_api-parties-myself.md):

Get Myself

Returns the party of the currently used authentication token.

Module: Identity

Returns: Identity → Parties → PartyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Parties](https://developers.facilioo.de/reference/post_api-parties-search.md):

Search Parties

Performs a search applying filtering, sorting, and pagination criteria within the parties, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Identity

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Customer App Startup Configuration By Domain](https://developers.facilioo.de/reference/get_api-parties-domain-customer-app-startup-configuration.md):

Get Customer App Startup Configuration By Domain

Module: Identity

Returns: Customer App → Customer Apps → CustomerAppStartupConfiguration (single)

- [Get Party](https://developers.facilioo.de/reference/get_api-parties-id.md):

Get Party

Provides detailed information for a single party identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Identity → Parties → PartyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [Update Party](https://developers.facilioo.de/reference/patch_api-parties-id.md):

Update Party

Applies an partial update to an existing party specified by its ID, affecting only parties within the caller’s permitted scope.

Module: Identity

Returns: Identity → Parties → PartyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Party](https://developers.facilioo.de/reference/delete_api-parties-id.md):

Delete Party

Deletes the specified party, if it falls within the caller’s scope.

Module: Identity

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Show Account](https://developers.facilioo.de/reference/get_api-parties-id-account.md):

Show Account

Module: Identity

Returns: Identity → Accounts → AccountRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Accounts](https://developers.facilioo.de/reference/get_api-parties-id-accounts.md):

List Accounts

Module: Identity

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Assigned Trades](https://developers.facilioo.de/reference/get_api-parties-id-assigned-trades.md):

Get Assigned Trades

Module: Identity

Returns: Master Data → Parties → Trades → TradeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Constructor Of Properties](https://developers.facilioo.de/reference/get_api-parties-id-constructor-of-properties.md):

Get Constructor Of Properties

Module: Identity

Returns: Master Data → Properties → Properties → PropertyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (48)

This will be evaluated against your used access token.

- [List Contact Details](https://developers.facilioo.de/reference/get_api-parties-id-contact-details.md):

List Contact Details

Module: Identity

Returns: Master Data → Parties → Contact Details → ContactDetailsRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [Set Contact Details](https://developers.facilioo.de/reference/put_api-parties-id-contact-details.md):

Set Contact Details

Module: Identity

Returns: Master Data → Parties → Contact Details → ContactDetailsRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Customer App Startup Configuration By Id](https://developers.facilioo.de/reference/get_api-parties-id-customer-app-startup-configuration.md):

Get Customer App Startup Configuration By Id

Module: Identity

Returns: Customer App → Customer Apps → CustomerAppStartupConfiguration (single)

Authorization

Required Token Scopes: Platform (0) and Change Password (2) and Multi Factor Challenge (1)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Document Groups](https://developers.facilioo.de/reference/get_api-parties-id-document-groups.md):

List Document Groups

Module: Identity

Returns: Documents → Document Groups → DocumentGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (32)

This will be evaluated against your used access token.

- [List External Ids](https://developers.facilioo.de/reference/get_api-parties-id-external-ids.md):

List External Ids

Module: Identity

Returns: System → String (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Replace External Ids](https://developers.facilioo.de/reference/put_api-parties-id-external-ids.md):

Replace External Ids

Module: Identity

Returns: System → String (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Download Logo](https://developers.facilioo.de/reference/get_api-parties-id-logo.md):

Download Logo

Module: Identity

Returns: Documents → Files → FileDownloadResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Processes](https://developers.facilioo.de/reference/get_api-parties-id-processes.md):

List Processes

Module: Identity

Returns: Processes → Processes → ProcessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (45)

This will be evaluated against your used access token.

- [Assign Trade To Party](https://developers.facilioo.de/reference/put_api-parties-partyid-assigned-trades-tradeid.md):

Assign Trade To Party

Module: Identity

Returns: Master Data → Parties → Trades → TradeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Trade From Party](https://developers.facilioo.de/reference/delete_api-parties-partyid-assigned-trades-tradeid.md):

Remove Trade From Party

Module: Identity

Returns: Master Data → Parties → Trades → TradeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Constructor Of Properties By Trade](https://developers.facilioo.de/reference/get_api-parties-partyid-assigned-trades-tradeid-constructor-of-properties.md):

Get Constructor Of Properties By Trade

Module: Identity

Returns: Master Data → Properties → Properties → PropertyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (48)

This will be evaluated against your used access token.

- [Get Trade Assigned To Property](https://developers.facilioo.de/reference/get_api-parties-partyid-constructor-of-properties-propertyid-assigned-trades.md):

Get Trade Assigned To Property

Module: Identity

Returns: Master Data → Parties → Trades → TradeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Documents](https://developers.facilioo.de/reference/get_api-parties-partyid-document-groups-documentgroupid-documents.md):

List Documents

Module: Identity

Returns: Documents → Documents → DocumentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (32)

This will be evaluated against your used access token.

- [List Party Types](https://developers.facilioo.de/reference/get_api-party-types.md):

List Party Types

Returns a paginated list of party types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Identity → Parties → Types → PartyTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Party Types](https://developers.facilioo.de/reference/post_api-party-types-batch.md):

Batch List Party Types

Retrieves party types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Identity → Parties → Types → PartyTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Party Type](https://developers.facilioo.de/reference/get_api-party-types-id.md):

Get Party Type

Provides detailed information for a single party type identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Identity → Parties → Types → PartyTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Predefined Vote](https://developers.facilioo.de/reference/post_api-predefined-votes.md):

Create Predefined Vote

Creates a new predefined vote from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Predefined Votes](https://developers.facilioo.de/reference/get_api-predefined-votes.md):

List Predefined Votes

Returns a paginated list of predefined votes filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Predefined Votes](https://developers.facilioo.de/reference/post_api-predefined-votes-batch.md):

Batch List Predefined Votes

Retrieves predefined votes matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Predefined Votes](https://developers.facilioo.de/reference/patch_api-predefined-votes-batch.md):

Update Predefined Votes

Performs an partial update on multiple predefined votes identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Predefined Votes](https://developers.facilioo.de/reference/post_api-predefined-votes-search.md):

Search Predefined Votes

Performs a search applying filtering, sorting, and pagination criteria within the predefined votes, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Predefined Vote](https://developers.facilioo.de/reference/get_api-predefined-votes-id.md):

Get Predefined Vote

Provides detailed information for a single predefined vote identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Predefined Vote](https://developers.facilioo.de/reference/patch_api-predefined-votes-id.md):

Update Predefined Vote

Applies an partial update to an existing predefined vote specified by its ID, affecting only predefined votes within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Voting → Votes → PredefinedVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Predefined Vote](https://developers.facilioo.de/reference/delete_api-predefined-votes-id.md):

Delete Predefined Vote

Deletes the specified predefined vote, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Process](https://developers.facilioo.de/reference/process.md): Tba - [Create Proces](https://developers.facilioo.de/reference/post_api-processes.md):

Create Proces

Creates a new proces from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Processes → ProcessRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Processes](https://developers.facilioo.de/reference/get_api-processes.md):

List Processes

Returns a paginated list of processes filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Processes → ProcessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Processes](https://developers.facilioo.de/reference/post_api-processes-batch.md):

Batch List Processes

Retrieves processes matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Processes → ProcessRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Processes](https://developers.facilioo.de/reference/patch_api-processes-batch.md):

Update Processes

Performs an partial update on multiple processes identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Processes](https://developers.facilioo.de/reference/post_api-processes-search.md):

Search Processes

Performs a search applying filtering, sorting, and pagination criteria within the processes, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Processes → ProcessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Proces](https://developers.facilioo.de/reference/get_api-processes-id.md):

Get Proces

Provides detailed information for a single proces identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Processes → ProcessRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Proces](https://developers.facilioo.de/reference/patch_api-processes-id.md):

Update Proces

Applies an partial update to an existing proces specified by its ID, affecting only processes within the caller’s permitted scope.

Module: Processes

Returns: Processes → Processes → ProcessRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Proces](https://developers.facilioo.de/reference/delete_api-processes-id.md):

Delete Proces

Deletes the specified proces, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Editor Clerks](https://developers.facilioo.de/reference/get_api-processes-id-editor-clerks.md):

List Editor Clerks

Module: Processes

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Feed](https://developers.facilioo.de/reference/post_api-processes-id-feed.md):

Create Feed

Module: Processes

Returns: Processes → Feed → ProcessFeedRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

Required Permissions: Permission (8)

This will be evaluated against your used access token.

- [List Feed](https://developers.facilioo.de/reference/get_api-processes-id-feed.md):

List Feed

Module: Processes

Returns: Processes → Feed → ProcessFeedRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [List Files](https://developers.facilioo.de/reference/get_api-processes-id-files.md):

List Files

Module: Processes

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Inquiries](https://developers.facilioo.de/reference/get_api-processes-id-inquiries.md):

List Inquiries

Module: Processes

Returns: Inquiries → Inquiries → InquiryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (135)

This will be evaluated against your used access token.

- [List Process Insurance Claims](https://developers.facilioo.de/reference/get_api-processes-id-insurance-claims.md):

List Process Insurance Claims

Module: Processes

Returns: Processes → Process Insurance Claims → ProcessInsuranceClaimRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Show Process Stage](https://developers.facilioo.de/reference/get_api-processes-id-process-stage.md):

Show Process Stage

Module: Processes

Returns: Processes → Stages → ProcessStageRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Billing Addresses](https://developers.facilioo.de/reference/get_api-processes-id-property-billing-addresses.md):

List Billing Addresses

Module: Processes

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Spectator Clerks](https://developers.facilioo.de/reference/get_api-processes-id-spectator-clerks.md):

List Spectator Clerks

Module: Processes

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Process User Tasks](https://developers.facilioo.de/reference/get_api-processes-id-user-tasks.md):

List Process User Tasks

Returns the entities related to the specified resource.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Work Orders](https://developers.facilioo.de/reference/get_api-processes-id-work-orders.md):

List Work Orders

Module: Processes

Returns: Processes → Work Orders → WorkOrderRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Add Editor Clerk](https://developers.facilioo.de/reference/put_api-processes-id-editor-clerks-accountid.md):

Add Editor Clerk

Module: Processes

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (4)

This will be evaluated against your used access token.

- [Remove Clerk](https://developers.facilioo.de/reference/delete_api-processes-id-responsible-clerks-accountid.md):

Remove Clerk

Module: Processes

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (4)

This will be evaluated against your used access token.

- [Add Spectator Clerk](https://developers.facilioo.de/reference/put_api-processes-id-spectator-clerks-accountid.md):

Add Spectator Clerk

Module: Processes

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (4)

This will be evaluated against your used access token.

- [Add User Task To Process](https://developers.facilioo.de/reference/put_api-processes-id-user-tasks-usertaskid.md):

Add User Task To Process

Creates or updates the relation between the specified resource and an related entity. This operation modifies only the association, not the underlying entities’ data.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [Remove User Task From Process](https://developers.facilioo.de/reference/delete_api-processes-id-user-tasks-usertaskid.md):

Remove User Task From Process

Removes the relation between the specified resource and an the related entity. This operation deletes only the association, leaving the underlying, referenced entity untouched.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [List Additional Linked Units](https://developers.facilioo.de/reference/get_api-processes-id-additional-linked-units.md):

List Additional Linked Units

Returns all units that are additionally linked to this process (can be an empty set). The main unit (Process.UnitId) is not included here.

Module: Processes

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [ProcessFeed](https://developers.facilioo.de/reference/processfeed.md): Tba - [Create Process Feed](https://developers.facilioo.de/reference/post_api-process-feeds.md):

Create Process Feed

Creates a new process feed from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Feed → ProcessFeedRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Process Feeds](https://developers.facilioo.de/reference/get_api-process-feeds.md):

List Process Feeds

Returns a paginated list of process feeds filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Feed → ProcessFeedRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Process Feeds](https://developers.facilioo.de/reference/post_api-process-feeds-batch.md):

Batch List Process Feeds

Retrieves process feeds matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Feed → ProcessFeedRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Feeds](https://developers.facilioo.de/reference/patch_api-process-feeds-batch.md):

Update Process Feeds

Performs an partial update on multiple process feeds identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Process Feeds](https://developers.facilioo.de/reference/post_api-process-feeds-search.md):

Search Process Feeds

Performs a search applying filtering, sorting, and pagination criteria within the process feeds, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Feed → ProcessFeedRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Process Feed](https://developers.facilioo.de/reference/get_api-process-feeds-id.md):

Get Process Feed

Provides detailed information for a single process feed identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Feed → ProcessFeedRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Feed](https://developers.facilioo.de/reference/patch_api-process-feeds-id.md):

Update Process Feed

Applies an partial update to an existing process feed specified by its ID, affecting only process feeds within the caller’s permitted scope.

Module: Processes

Returns: Processes → Feed → ProcessFeedRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Process Feed](https://developers.facilioo.de/reference/delete_api-process-feeds-id.md):

Delete Process Feed

Deletes the specified process feed, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Accessor Parties](https://developers.facilioo.de/reference/get_api-process-feeds-id-accessor-parties.md):

Get Accessor Parties

Module: Processes

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Add Party To Process Feed](https://developers.facilioo.de/reference/put_api-process-feeds-id-accessor-parties-partyid.md):

Add Party To Process Feed

Creates or updates the relation between the specified resource and an related entity. This operation modifies only the association, not the underlying entities’ data.

Module: Processes

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Party From Process Feed](https://developers.facilioo.de/reference/delete_api-process-feeds-id-accessor-parties-partyid.md):

Remove Party From Process Feed

Removes the relation between the specified resource and an the related entity. This operation deletes only the association, leaving the underlying, referenced entity untouched.

Module: Processes

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Attachments](https://developers.facilioo.de/reference/get_api-process-feeds-id-attachments.md):

Get Attachments

Module: Processes

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [Get Notifications](https://developers.facilioo.de/reference/get_api-process-feeds-id-notifications.md):

Get Notifications

Module: Processes

Returns: Processes → Notifications → ProcessNotificationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Attach File](https://developers.facilioo.de/reference/put_api-process-feeds-id-attachments-fileid.md):

Attach File

Module: Processes

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [Detach File](https://developers.facilioo.de/reference/delete_api-process-feeds-id-attachments-fileid.md):

Detach File

Module: Processes

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

This will be evaluated against your used access token.

- [Get Category](https://developers.facilioo.de/reference/get_api-process-feeds-id-category.md):

Get Category

Module: Processes

Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Contractor (5)

This will be evaluated against your used access token.

- [Remove Category](https://developers.facilioo.de/reference/delete_api-process-feeds-id-category.md):

Remove Category

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Contractor (5)

This will be evaluated against your used access token.

- [Set Category](https://developers.facilioo.de/reference/put_api-process-feeds-id-category-categoryid.md):

Set Category

Module: Processes

Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Contractor (5)

This will be evaluated against your used access token.

- [Get Creator Party](https://developers.facilioo.de/reference/get_api-process-feeds-id-creator-party.md):

Get Creator Party

Returns the creator party of the given process feed.

Module: Processes

Returns: Identity → Parties → PartyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Create Process Feed Category](https://developers.facilioo.de/reference/post_api-process-feed-categories.md):

Create Process Feed Category

Creates a new process feed category from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Process Feed Categories](https://developers.facilioo.de/reference/get_api-process-feed-categories.md):

List Process Feed Categories

Returns a paginated list of process feed categories filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Process Feed Categories](https://developers.facilioo.de/reference/post_api-process-feed-categories-batch.md):

Batch List Process Feed Categories

Retrieves process feed categories matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Feed Categories](https://developers.facilioo.de/reference/patch_api-process-feed-categories-batch.md):

Update Process Feed Categories

Performs an partial update on multiple process feed categories identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Process Feed Categories](https://developers.facilioo.de/reference/post_api-process-feed-categories-search.md):

Search Process Feed Categories

Performs a search applying filtering, sorting, and pagination criteria within the process feed categories, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Process Feed Category](https://developers.facilioo.de/reference/get_api-process-feed-categories-id.md):

Get Process Feed Category

Provides detailed information for a single process feed category identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Feed Category](https://developers.facilioo.de/reference/patch_api-process-feed-categories-id.md):

Update Process Feed Category

Applies an partial update to an existing process feed category specified by its ID, affecting only process feed categories within the caller’s permitted scope.

Module: Processes

Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Process Feed Category](https://developers.facilioo.de/reference/delete_api-process-feed-categories-id.md):

Delete Process Feed Category

Deletes the specified process feed category, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Process Feed Types](https://developers.facilioo.de/reference/get_api-process-feed-types.md):

List Process Feed Types

Returns a paginated list of process feed types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Feed → Types → ProcessFeedTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Process Feed Types](https://developers.facilioo.de/reference/post_api-process-feed-types-batch.md):

Batch List Process Feed Types

Retrieves process feed types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Feed → Types → ProcessFeedTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Process Feed Types](https://developers.facilioo.de/reference/post_api-process-feed-types-search.md):

Search Process Feed Types

Performs a search applying filtering, sorting, and pagination criteria within the process feed types, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Feed → Types → ProcessFeedTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Process Feed Type](https://developers.facilioo.de/reference/get_api-process-feed-types-id.md):

Get Process Feed Type

Provides detailed information for a single process feed type identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Feed → Types → ProcessFeedTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Process Insurance Claim](https://developers.facilioo.de/reference/post_api-process-insurance-claims.md):

Create Process Insurance Claim

Creates a new process insurance claim from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Process Insurance Claims → ProcessInsuranceClaimRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Process Insurance Claims](https://developers.facilioo.de/reference/get_api-process-insurance-claims.md):

List Process Insurance Claims

Returns a paginated list of process insurance claims filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Process Insurance Claims → ProcessInsuranceClaimRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Process Insurance Claims](https://developers.facilioo.de/reference/post_api-process-insurance-claims-batch.md):

Batch List Process Insurance Claims

Retrieves process insurance claims matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Process Insurance Claims → ProcessInsuranceClaimRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Insurance Claims](https://developers.facilioo.de/reference/patch_api-process-insurance-claims-batch.md):

Update Process Insurance Claims

Performs an partial update on multiple process insurance claims identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Process Insurance Claims](https://developers.facilioo.de/reference/post_api-process-insurance-claims-search.md):

Search Process Insurance Claims

Performs a search applying filtering, sorting, and pagination criteria within the process insurance claims, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Process Insurance Claims → ProcessInsuranceClaimRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Process Insurance Claim](https://developers.facilioo.de/reference/get_api-process-insurance-claims-id.md):

Get Process Insurance Claim

Provides detailed information for a single process insurance claim identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Process Insurance Claims → ProcessInsuranceClaimRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Insurance Claim](https://developers.facilioo.de/reference/patch_api-process-insurance-claims-id.md):

Update Process Insurance Claim

Applies an partial update to an existing process insurance claim specified by its ID, affecting only process insurance claims within the caller’s permitted scope.

Module: Processes

Returns: Processes → Process Insurance Claims → ProcessInsuranceClaimRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Insurance Broker (13)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Process Insurance Claim](https://developers.facilioo.de/reference/delete_api-process-insurance-claims-id.md):

Delete Process Insurance Claim

Deletes the specified process insurance claim, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Process Notification](https://developers.facilioo.de/reference/post_api-process-notifications.md):

Create Process Notification

Creates a new process notification from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Notifications → ProcessNotificationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Process Notifications](https://developers.facilioo.de/reference/get_api-process-notifications.md):

List Process Notifications

Returns a paginated list of process notifications filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Notifications → ProcessNotificationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Process Notifications](https://developers.facilioo.de/reference/post_api-process-notifications-batch.md):

Batch List Process Notifications

Retrieves process notifications matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Notifications → ProcessNotificationRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Notifications](https://developers.facilioo.de/reference/patch_api-process-notifications-batch.md):

Update Process Notifications

Performs an partial update on multiple process notifications identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Process Notifications](https://developers.facilioo.de/reference/post_api-process-notifications-search.md):

Search Process Notifications

Performs a search applying filtering, sorting, and pagination criteria within the process notifications, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Notifications → ProcessNotificationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Process Notification](https://developers.facilioo.de/reference/get_api-process-notifications-id.md):

Get Process Notification

Provides detailed information for a single process notification identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Notifications → ProcessNotificationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Notification](https://developers.facilioo.de/reference/patch_api-process-notifications-id.md):

Update Process Notification

Applies an partial update to an existing process notification specified by its ID, affecting only process notifications within the caller’s permitted scope.

Module: Processes

Returns: Processes → Notifications → ProcessNotificationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Process Notification](https://developers.facilioo.de/reference/delete_api-process-notifications-id.md):

Delete Process Notification

Deletes the specified process notification, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Process Stage](https://developers.facilioo.de/reference/post_api-process-stages.md):

Create Process Stage

Creates a new process stage from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Stages → ProcessStageRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Process Stages](https://developers.facilioo.de/reference/get_api-process-stages.md):

List Process Stages

Returns a paginated list of process stages filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Stages → ProcessStageRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Process Stages](https://developers.facilioo.de/reference/post_api-process-stages-batch.md):

Batch List Process Stages

Retrieves process stages matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Stages → ProcessStageRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Stages](https://developers.facilioo.de/reference/patch_api-process-stages-batch.md):

Update Process Stages

Performs an partial update on multiple process stages identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Process Stages](https://developers.facilioo.de/reference/post_api-process-stages-search.md):

Search Process Stages

Performs a search applying filtering, sorting, and pagination criteria within the process stages, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Stages → ProcessStageRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Process Stage](https://developers.facilioo.de/reference/get_api-process-stages-id.md):

Get Process Stage

Provides detailed information for a single process stage identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Stages → ProcessStageRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Process Stage](https://developers.facilioo.de/reference/patch_api-process-stages-id.md):

Update Process Stage

Applies an partial update to an existing process stage specified by its ID, affecting only process stages within the caller’s permitted scope.

Module: Processes

Returns: Processes → Stages → ProcessStageRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Process Stage](https://developers.facilioo.de/reference/delete_api-process-stages-id.md):

Delete Process Stage

Deletes the specified process stage, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Process Stages](https://developers.facilioo.de/reference/get_api-process-stages-id-process-types.md):

List Process Stages

Module: Processes

Returns: Processes → Types → ProcessTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Process Types](https://developers.facilioo.de/reference/get_api-process-types.md):

List Process Types

Returns a paginated list of process types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Types → ProcessTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Process Types](https://developers.facilioo.de/reference/post_api-process-types-batch.md):

Batch List Process Types

Retrieves process types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Types → ProcessTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Process Types](https://developers.facilioo.de/reference/post_api-process-types-search.md):

Search Process Types

Performs a search applying filtering, sorting, and pagination criteria within the process types, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Types → ProcessTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Process Type](https://developers.facilioo.de/reference/get_api-process-types-id.md):

Get Process Type

Provides detailed information for a single process type identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Types → ProcessTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Process Stages](https://developers.facilioo.de/reference/get_api-process-types-id-process-stages.md):

List Process Stages

Module: Processes

Returns: Processes → Processes → ExtendedProcessStageRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Add Process Stage](https://developers.facilioo.de/reference/put_api-process-types-id-process-stages-processstageid.md):

Add Process Stage

Module: Processes

Returns: Processes → Stages → ProcessStageProcessTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Remove Process Stage](https://developers.facilioo.de/reference/delete_api-process-types-id-process-stages-processstageid.md):

Remove Process Stage

Module: Processes

Returns: Processes → Stages → ProcessStageRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Energy Provider (10), Guest (11), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Property](https://developers.facilioo.de/reference/property.md): Tba - [Create Property](https://developers.facilioo.de/reference/post_api-properties.md):

Create Property

Creates a new property from the provided data, associating it within the requester's scope.

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Properties](https://developers.facilioo.de/reference/get_api-properties.md):

List Properties

Returns a paginated list of properties filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Properties](https://developers.facilioo.de/reference/post_api-properties-batch.md):

Batch List Properties

Retrieves properties matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Properties](https://developers.facilioo.de/reference/patch_api-properties-batch.md):

Update Properties

Performs an partial update on multiple properties identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Properties

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Properties](https://developers.facilioo.de/reference/post_api-properties-search.md):

Search Properties

Performs a search applying filtering, sorting, and pagination criteria within the properties, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Property](https://developers.facilioo.de/reference/get_api-properties-id.md):

Get Property

Provides detailed information for a single property identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7), Insurance Broker (13)

This will be evaluated against your used access token.

- [Update Property](https://developers.facilioo.de/reference/patch_api-properties-id.md):

Update Property

Applies an partial update to an existing property specified by its ID, affecting only properties within the caller’s permitted scope.

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Property](https://developers.facilioo.de/reference/delete_api-properties-id.md):

Delete Property

Deletes the specified property, if it falls within the caller’s scope.

Module: Properties

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Attribute Group](https://developers.facilioo.de/reference/post_api-properties-id-attribute-groups.md):

Create Attribute Group

Module: Properties

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Attribute Groups](https://developers.facilioo.de/reference/get_api-properties-id-attribute-groups.md):

List Attribute Groups

Module: Properties

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Remove Attribute Group](https://developers.facilioo.de/reference/delete_api-properties-id-attribute-groups-attributegroupid.md):

Remove Attribute Group

Module: Properties

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Attribute Values](https://developers.facilioo.de/reference/get_api-properties-id-attribute-values.md):

List Attribute Values

Module: Properties

Returns: Master Data → Properties → Attribute Values → AttributeValueRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Attributes](https://developers.facilioo.de/reference/get_api-properties-id-attributes.md):

Get Attributes

Module: Properties

Returns: Master Data → Properties → Attributes → AttributeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Bank Account](https://developers.facilioo.de/reference/get_api-properties-id-bank-account.md):

Get Bank Account

Module: Properties

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Add Bank Account](https://developers.facilioo.de/reference/post_api-properties-id-bank-account-bankaccountid.md):

Add Bank Account

Module: Properties

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Bank Account](https://developers.facilioo.de/reference/delete_api-properties-id-bank-account-bankaccountid.md):

Remove Bank Account

Module: Properties

Returns: Master Data → Parties → Bank Accounts → BankAccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Billing Address](https://developers.facilioo.de/reference/post_api-properties-id-billing-addresses.md):

Create Billing Address

Module: Properties

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Contractor (5)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [List Billing Addresses](https://developers.facilioo.de/reference/get_api-properties-id-billing-addresses.md):

List Billing Addresses

Module: Properties

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Show Conference Settings](https://developers.facilioo.de/reference/get_api-properties-id-conference-settings.md):

Show Conference Settings

Module: Properties

Returns: Conferences → Settings → SettingsRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Conferences](https://developers.facilioo.de/reference/get_api-properties-id-conferences.md):

Get Conferences

Module: Properties

Returns: Conferences → Conferences → ConferenceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Construction Parties](https://developers.facilioo.de/reference/get_api-properties-id-construction-parties.md):

Get Construction Parties

Module: Properties

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Document Groups](https://developers.facilioo.de/reference/get_api-properties-id-document-groups.md):

List Document Groups

Module: Properties

Returns: Documents → Document Groups → DocumentGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (32)

This will be evaluated against your used access token.

- [List Eligible Units](https://developers.facilioo.de/reference/get_api-properties-id-eligible-units.md):

List Eligible Units

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Set Eligible Units](https://developers.facilioo.de/reference/put_api-properties-id-eligible-units.md):

Set Eligible Units

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Property Emergency Contacts](https://developers.facilioo.de/reference/get_api-properties-id-emergency-contacts.md):

List Property Emergency Contacts

Module: Properties

Returns: Customer App → Property Emergency Contacts → PropertyEmergencyContactRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Entrances](https://developers.facilioo.de/reference/get_api-properties-id-entrances.md):

List Entrances

Module: Properties

Returns: Master Data → Properties → Entrances → EntranceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Download Image](https://developers.facilioo.de/reference/get_api-properties-id-image.md):

Download Image

Module: Properties

Returns: Documents → Files → FileDownloadResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Owners](https://developers.facilioo.de/reference/get_api-properties-id-owners.md):

Get Owners

Module: Properties

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Ownership Units](https://developers.facilioo.de/reference/get_api-properties-id-ownership-units.md):

List Ownership Units

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Previous Resolutions File](https://developers.facilioo.de/reference/get_api-properties-id-previous-resolutions-file.md):

Get Previous Resolutions File

Module: Properties

Returns: Documents → Files → FileRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Replace Previous Resolutions File With New File](https://developers.facilioo.de/reference/put_api-properties-id-previous-resolutions-file.md):

Replace Previous Resolutions File With New File

Module: Properties

Returns: Documents → Files → FileRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Processes](https://developers.facilioo.de/reference/get_api-properties-id-processes.md):

List Processes

Module: Properties

Returns: Processes → Processes → ProcessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (45)

This will be evaluated against your used access token.

- [Get Resolution Collection Document](https://developers.facilioo.de/reference/get_api-properties-id-resolution-collection-document.md):

Get Resolution Collection Document

Module: Properties

Returns: System → Object (list)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [Get Resolutions](https://developers.facilioo.de/reference/get_api-properties-id-resolutions.md):

Get Resolutions

Module: Properties

Returns: Conferences → Resolutions → ResolutionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Responsible Staff](https://developers.facilioo.de/reference/get_api-properties-id-responsible-staff-list.md):

Get Responsible Staff

Returns all Accounts of the Owner Party of the associated Tenant of the Property. To retrieve the Accounts responsible for this particular Property, use /responsible-staff-members.

Module: Properties

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Responsible Staff Members](https://developers.facilioo.de/reference/get_api-properties-id-responsible-staff-members.md):

Get Responsible Staff Members

Module: Properties

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Show Role By Property And Account](https://developers.facilioo.de/reference/get_api-properties-id-responsible-staff-members-accountid-role.md):

Show Role By Property And Account

Module: Properties

Returns: Master Data → Properties → Properties → Roles → PropertyRoleRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Add Property Role Mapping](https://developers.facilioo.de/reference/post_api-properties-id-role-mappings.md):

Add Property Role Mapping

Module: Properties

Returns: Master Data → Properties → Properties → Roles → Mappings → PropertyRoleMapping (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Property Role Mappings](https://developers.facilioo.de/reference/get_api-properties-id-role-mappings.md):

List Property Role Mappings

Module: Properties

Returns: Master Data → Properties → Properties → Roles → Mappings → PropertyRoleMapping (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Property Role Mappings For Account](https://developers.facilioo.de/reference/get_api-properties-id-role-mappings-accountid.md):

List Property Role Mappings For Account

Module: Properties

Returns: Master Data → Properties → Properties → Roles → Mappings → PropertyRoleMapping (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Remove Property Role Mapping](https://developers.facilioo.de/reference/delete_api-properties-id-role-mappings-accountid-roleid.md):

Remove Property Role Mapping

Module: Properties

Returns: Master Data → Properties → Properties → Roles → Mappings → PropertyRoleMapping (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Shares Attributes](https://developers.facilioo.de/reference/get_api-properties-id-shares-attributes.md):

Get Shares Attributes

Module: Properties

Returns: Master Data → Properties → Attributes → AttributeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Show Tenant](https://developers.facilioo.de/reference/get_api-properties-id-tenant.md):

Show Tenant

Module: Properties

Returns: Master Data → Properties → Tenants → TenantRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

Required Permissions: Permission (62)

This will be evaluated against your used access token.

- [List Unit Contracts](https://developers.facilioo.de/reference/get_api-properties-id-unit-contracts.md):

List Unit Contracts

Module: Properties

Returns: Master Data → Properties → Unit Contracts → UnitContractRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Units](https://developers.facilioo.de/reference/get_api-properties-id-units.md):

Get Units

Module: Properties

Returns: Master Data → Properties → Units → DetailedUnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

Required Permissions: Permission (66)

This will be evaluated against your used access token.

- [List Unit Shares](https://developers.facilioo.de/reference/get_api-properties-id-units-shares.md):

List Unit Shares

Module: Properties

Returns: Attributes → Responses → SharesResponse (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Voting Groups](https://developers.facilioo.de/reference/get_api-properties-id-voting-groups.md):

List Voting Groups

Module: Properties

Returns: Conferences → Voting Groups → VotingGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Trades Of Construction Party](https://developers.facilioo.de/reference/get_api-properties-id-construction-parties-partyid-trades.md):

Get Trades Of Construction Party

Module: Properties

Returns: Master Data → Parties → Trades → TradeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Assign Construction Party To Property With Trade](https://developers.facilioo.de/reference/put_api-properties-id-construction-parties-partyid-trades-tradeid.md):

Assign Construction Party To Property With Trade

Assigns a construction party to a property with a specific trade. All trades that are accessible from GET /api/trades can be assigned.

Module: Properties

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Remove Trade For Construction Party For Property](https://developers.facilioo.de/reference/delete_api-properties-id-construction-parties-partyid-trades-tradeid.md):

Remove Trade For Construction Party For Property

Removes a trade assignment for a construction party on a property.

Module: Properties

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Documents](https://developers.facilioo.de/reference/get_api-properties-id-document-groups-documentgroupid-documents.md):

List Documents

Module: Properties

Returns: Documents → Documents → DocumentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (32)

This will be evaluated against your used access token.

- [Get Facility Managers](https://developers.facilioo.de/reference/get_api-properties-id-facility-managers.md):

Get Facility Managers

Returns the assigned facility manager parties for this property. Facility managers are basically parties for this property with the trade `FacilityManagementService`.

Module: Properties

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Replace Previous Resolutions File With Existing File](https://developers.facilioo.de/reference/put_api-properties-id-previous-resolutions-file-fileid.md):

Replace Previous Resolutions File With Existing File

Module: Properties

Returns: Documents → Files → FileRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Connect Shares Attribute To Property](https://developers.facilioo.de/reference/put_api-properties-id-shares-attributes-attributeid.md):

Connect Shares Attribute To Property

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Remove Shares Attribute From Property](https://developers.facilioo.de/reference/delete_api-properties-id-shares-attributes-attributeid.md):

Remove Shares Attribute From Property

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [List Trades](https://developers.facilioo.de/reference/get_api-properties-id-trades.md):

List Trades

Module: Properties

Returns: Master Data → Parties → Trades → TradeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Construction Parties For Trade](https://developers.facilioo.de/reference/get_api-properties-id-trades-tradeid-construction-parties.md):

Get Construction Parties For Trade

Returns the construction parties assigned to the specified trade for this property.

Module: Properties

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Trade Parties](https://developers.facilioo.de/reference/get_api-properties-id-trades-tradeid-parties.md):

List Trade Parties

Module: Properties

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Technical Unit](https://developers.facilioo.de/reference/get_api-properties-id-technical-unit.md):

Get Technical Unit

Returns the technical unit of a property if it exists.

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Provision Technical Unit](https://developers.facilioo.de/reference/put_api-properties-id-technical-unit.md):

Provision Technical Unit

Returns the technical unit of a property. If no technical unit exists yet, it will be created automatically. Calling this endpoint multiple times will always return the same technical unit.

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Show Roles By Property And Account](https://developers.facilioo.de/reference/get_api-properties-id-responsible-staff-members-accountid-roles.md):

Show Roles By Property And Account

Module: Properties

Returns: Master Data → Properties → Properties → Roles → PropertyRoleRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Property Billing Addres](https://developers.facilioo.de/reference/post_api-property-billing-addresses.md):

Create Property Billing Addres

Creates a new property billing addres from the provided data, associating it within the requester's scope.

Module: Properties

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Property Billing Addresses](https://developers.facilioo.de/reference/get_api-property-billing-addresses.md):

List Property Billing Addresses

Returns a paginated list of property billing addresses filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Property Billing Addresses](https://developers.facilioo.de/reference/post_api-property-billing-addresses-batch.md):

Batch List Property Billing Addresses

Retrieves property billing addresses matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Property Billing Addresses](https://developers.facilioo.de/reference/patch_api-property-billing-addresses-batch.md):

Update Property Billing Addresses

Performs an partial update on multiple property billing addresses identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Properties

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Property Billing Addresses](https://developers.facilioo.de/reference/post_api-property-billing-addresses-search.md):

Search Property Billing Addresses

Performs a search applying filtering, sorting, and pagination criteria within the property billing addresses, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Properties

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Property Billing Addres](https://developers.facilioo.de/reference/get_api-property-billing-addresses-id.md):

Get Property Billing Addres

Provides detailed information for a single property billing addres identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Property Billing Addres](https://developers.facilioo.de/reference/patch_api-property-billing-addresses-id.md):

Update Property Billing Addres

Applies an partial update to an existing property billing addres specified by its ID, affecting only property billing addresses within the caller’s permitted scope.

Module: Properties

Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Property Billing Addres](https://developers.facilioo.de/reference/delete_api-property-billing-addresses-id.md):

Delete Property Billing Addres

Deletes the specified property billing addres, if it falls within the caller’s scope.

Module: Properties

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [PropertyEmergencyContact](https://developers.facilioo.de/reference/propertyemergencycontact.md): Tba - [Create Property Emergency Contact](https://developers.facilioo.de/reference/post_api-property-emergency-contacts.md):

Create Property Emergency Contact

Creates a new property emergency contact from the provided data, associating it within the requester's scope.

Module: Properties

Returns: Customer App → Property Emergency Contacts → PropertyEmergencyContactRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Property Emergency Contacts](https://developers.facilioo.de/reference/get_api-property-emergency-contacts.md):

List Property Emergency Contacts

Returns a paginated list of property emergency contacts filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Customer App → Property Emergency Contacts → PropertyEmergencyContactRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Property Emergency Contacts](https://developers.facilioo.de/reference/post_api-property-emergency-contacts-batch.md):

Batch List Property Emergency Contacts

Retrieves property emergency contacts matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Customer App → Property Emergency Contacts → PropertyEmergencyContactRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Property Emergency Contacts](https://developers.facilioo.de/reference/patch_api-property-emergency-contacts-batch.md):

Update Property Emergency Contacts

Performs an partial update on multiple property emergency contacts identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Properties

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Property Emergency Contacts](https://developers.facilioo.de/reference/post_api-property-emergency-contacts-search.md):

Search Property Emergency Contacts

Performs a search applying filtering, sorting, and pagination criteria within the property emergency contacts, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Properties

Returns: Customer App → Property Emergency Contacts → PropertyEmergencyContactRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Property Emergency Contact](https://developers.facilioo.de/reference/get_api-property-emergency-contacts-id.md):

Get Property Emergency Contact

Provides detailed information for a single property emergency contact identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Customer App → Property Emergency Contacts → PropertyEmergencyContactRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Property Emergency Contact](https://developers.facilioo.de/reference/patch_api-property-emergency-contacts-id.md):

Update Property Emergency Contact

Applies an partial update to an existing property emergency contact specified by its ID, affecting only property emergency contacts within the caller’s permitted scope.

Module: Properties

Returns: Customer App → Property Emergency Contacts → PropertyEmergencyContactRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Property Emergency Contact](https://developers.facilioo.de/reference/delete_api-property-emergency-contacts-id.md):

Delete Property Emergency Contact

Deletes the specified property emergency contact, if it falls within the caller’s scope.

Module: Properties

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Property Management Companies](https://developers.facilioo.de/reference/get_api-property-management-companies.md):

Get Property Management Companies

Module: Identity

Returns: Identity → Parties → PartyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Property Management Company](https://developers.facilioo.de/reference/get_api-property-management-companies-id.md):

Get Property Management Company

Module: Identity

Returns: Identity → Parties → PartyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Show Interface](https://developers.facilioo.de/reference/get_api-property-management-companies-id-conference-interface.md):

Show Interface

Module: Identity

Returns: Conferences → Interfaces → ConferenceInterfaceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Property Managers](https://developers.facilioo.de/reference/get_api-property-management-companies-id-managers.md):

Get Property Managers

Module: Identity

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Property Managers](https://developers.facilioo.de/reference/get_api-propertymanagers.md):

List Property Managers

Module: Authentication

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Property Roles](https://developers.facilioo.de/reference/get_api-property-roles.md):

List Property Roles

Returns a paginated list of property roles filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Properties → Roles → PropertyRoleRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Property Roles](https://developers.facilioo.de/reference/post_api-property-roles-batch.md):

Batch List Property Roles

Retrieves property roles matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Properties → Roles → PropertyRoleRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Property Role](https://developers.facilioo.de/reference/get_api-property-roles-id.md):

Get Property Role

Provides detailed information for a single property role identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Properties → Roles → PropertyRoleRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [PropertyRoleDefault](https://developers.facilioo.de/reference/propertyroledefault.md): Tba - [List Property Role Defaults](https://developers.facilioo.de/reference/get_api-property-role-defaults.md):

List Property Role Defaults

Returns a paginated list of property role defaults filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Properties → Roles → Defaults → PropertyRoleDefaultRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Property Role Defaults](https://developers.facilioo.de/reference/post_api-property-role-defaults-batch.md):

Batch List Property Role Defaults

Retrieves property role defaults matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Properties → Roles → Defaults → PropertyRoleDefaultRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Property Role Default](https://developers.facilioo.de/reference/get_api-property-role-defaults-id.md):

Get Property Role Default

Provides detailed information for a single property role default identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Properties → Roles → Defaults → PropertyRoleDefaultRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Resolution](https://developers.facilioo.de/reference/post_api-resolutions.md):

Create Resolution

Creates a new resolution from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Resolutions](https://developers.facilioo.de/reference/get_api-resolutions.md):

List Resolutions

Returns a paginated list of resolutions filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Resolutions](https://developers.facilioo.de/reference/post_api-resolutions-batch.md):

Batch List Resolutions

Retrieves resolutions matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Resolutions](https://developers.facilioo.de/reference/patch_api-resolutions-batch.md):

Update Resolutions

Performs an partial update on multiple resolutions identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Resolutions](https://developers.facilioo.de/reference/post_api-resolutions-search.md):

Search Resolutions

Performs a search applying filtering, sorting, and pagination criteria within the resolutions, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Resolution](https://developers.facilioo.de/reference/get_api-resolutions-id.md):

Get Resolution

Provides detailed information for a single resolution identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Resolution](https://developers.facilioo.de/reference/patch_api-resolutions-id.md):

Update Resolution

Applies an partial update to an existing resolution specified by its ID, affecting only resolutions within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Resolution](https://developers.facilioo.de/reference/delete_api-resolutions-id.md):

Delete Resolution

Deletes the specified resolution, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Attachment Relations](https://developers.facilioo.de/reference/get_api-resolutions-id-attachment-settings.md):

Get Attachment Relations

Module: Conferences

Returns: Conferences → Resolution Attachments → ResolutionAttachmentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Attachments](https://developers.facilioo.de/reference/get_api-resolutions-id-attachments.md):

Get Attachments

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Dependant Resolutions](https://developers.facilioo.de/reference/get_api-resolutions-id-dependant-resolutions.md):

List Dependant Resolutions

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Eligible Units](https://developers.facilioo.de/reference/get_api-resolutions-id-eligible-units.md):

List Eligible Units

Module: Conferences

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Set Eligible Units](https://developers.facilioo.de/reference/put_api-resolutions-id-eligible-units.md):

Set Eligible Units

Module: Conferences

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Option](https://developers.facilioo.de/reference/post_api-resolutions-id-options.md):

Create Option

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Options](https://developers.facilioo.de/reference/get_api-resolutions-id-options.md):

Get Options

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Set Options](https://developers.facilioo.de/reference/put_api-resolutions-id-options.md):

Set Options

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Voting Groups](https://developers.facilioo.de/reference/get_api-resolutions-id-voting-groups.md):

List Voting Groups

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Voting Sessions](https://developers.facilioo.de/reference/get_api-resolutions-id-voting-sessions.md):

Get Voting Sessions

Module: Conferences

Returns: Conferences → Voting → Sessions → VotingSessionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Attachment](https://developers.facilioo.de/reference/get_api-resolutions-resolutionid-attachments-fileid.md):

Get Attachment

Module: Conferences

Returns: Conferences → Resolution Attachments → ResolutionAttachmentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Update Attachment](https://developers.facilioo.de/reference/patch_api-resolutions-resolutionid-attachments-fileid.md):

Update Attachment

Module: Conferences

Returns: Conferences → Resolution Attachments → ResolutionAttachmentRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Attach File](https://developers.facilioo.de/reference/put_api-resolutions-resolutionid-attachments-fileid.md):

Attach File

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Detach File](https://developers.facilioo.de/reference/delete_api-resolutions-resolutionid-attachments-fileid.md):

Detach File

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Resolution Option](https://developers.facilioo.de/reference/post_api-resolution-options.md):

Create Resolution Option

Creates a new resolution option from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Resolution Options](https://developers.facilioo.de/reference/get_api-resolution-options.md):

List Resolution Options

Returns a paginated list of resolution options filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Resolution Options](https://developers.facilioo.de/reference/post_api-resolution-options-batch.md):

Batch List Resolution Options

Retrieves resolution options matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Resolution Options](https://developers.facilioo.de/reference/patch_api-resolution-options-batch.md):

Update Resolution Options

Performs an partial update on multiple resolution options identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Resolution Option](https://developers.facilioo.de/reference/get_api-resolution-options-id.md):

Get Resolution Option

Provides detailed information for a single resolution option identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Resolution Option](https://developers.facilioo.de/reference/patch_api-resolution-options-id.md):

Update Resolution Option

Applies an partial update to an existing resolution option specified by its ID, affecting only resolution options within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Resolution Option](https://developers.facilioo.de/reference/delete_api-resolution-options-id.md):

Delete Resolution Option

Deletes the specified resolution option, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Show Attached Resolution](https://developers.facilioo.de/reference/get_api-resolution-options-id-attached-resolution.md):

Show Attached Resolution

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Attachments](https://developers.facilioo.de/reference/get_api-resolution-options-id-attachments.md):

Get Attachments

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Order Resolution Options](https://developers.facilioo.de/reference/post_api-resolution-options-id-order.md):

Order Resolution Options

Module: Conferences

Returns: Conferences → Resolution Options → ResolutionOptionRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Attach File](https://developers.facilioo.de/reference/put_api-resolution-options-optionid-attachments-fileid.md):

Attach File

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Detach File](https://developers.facilioo.de/reference/delete_api-resolution-options-optionid-attachments-fileid.md):

Detach File

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Resolution Option Template](https://developers.facilioo.de/reference/post_api-resolution-option-templates.md):

Create Resolution Option Template

Creates a new resolution option template from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Resolution Option Templates](https://developers.facilioo.de/reference/get_api-resolution-option-templates.md):

List Resolution Option Templates

Returns a paginated list of resolution option templates filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Resolution Option Templates](https://developers.facilioo.de/reference/post_api-resolution-option-templates-batch.md):

Batch List Resolution Option Templates

Retrieves resolution option templates matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Resolution Option Templates](https://developers.facilioo.de/reference/patch_api-resolution-option-templates-batch.md):

Update Resolution Option Templates

Performs an partial update on multiple resolution option templates identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Resolution Option Templates](https://developers.facilioo.de/reference/post_api-resolution-option-templates-search.md):

Search Resolution Option Templates

Performs a search applying filtering, sorting, and pagination criteria within the resolution option templates, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Resolution Option Template](https://developers.facilioo.de/reference/get_api-resolution-option-templates-id.md):

Get Resolution Option Template

Provides detailed information for a single resolution option template identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Resolution Option Template](https://developers.facilioo.de/reference/patch_api-resolution-option-templates-id.md):

Update Resolution Option Template

Applies an partial update to an existing resolution option template specified by its ID, affecting only resolution option templates within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Resolution Option Template](https://developers.facilioo.de/reference/delete_api-resolution-option-templates-id.md):

Delete Resolution Option Template

Deletes the specified resolution option template, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Resolution Template](https://developers.facilioo.de/reference/post_api-resolution-templates.md):

Create Resolution Template

Creates a new resolution template from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Resolution Templates → ResolutionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Resolution Templates](https://developers.facilioo.de/reference/get_api-resolution-templates.md):

List Resolution Templates

Returns a paginated list of resolution templates filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Resolution Templates → ResolutionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Resolution Templates](https://developers.facilioo.de/reference/post_api-resolution-templates-batch.md):

Batch List Resolution Templates

Retrieves resolution templates matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Resolution Templates → ResolutionTemplateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Resolution Templates](https://developers.facilioo.de/reference/patch_api-resolution-templates-batch.md):

Update Resolution Templates

Performs an partial update on multiple resolution templates identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Resolution Templates](https://developers.facilioo.de/reference/post_api-resolution-templates-search.md):

Search Resolution Templates

Performs a search applying filtering, sorting, and pagination criteria within the resolution templates, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Resolution Templates → ResolutionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Resolution Template](https://developers.facilioo.de/reference/get_api-resolution-templates-id.md):

Get Resolution Template

Provides detailed information for a single resolution template identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Resolution Templates → ResolutionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Resolution Template](https://developers.facilioo.de/reference/patch_api-resolution-templates-id.md):

Update Resolution Template

Applies an partial update to an existing resolution template specified by its ID, affecting only resolution templates within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Resolution Templates → ResolutionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Resolution Template](https://developers.facilioo.de/reference/delete_api-resolution-templates-id.md):

Delete Resolution Template

Deletes the specified resolution template, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Add Option](https://developers.facilioo.de/reference/post_api-resolution-templates-id-options.md):

Add Option

Module: Conferences

Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Options](https://developers.facilioo.de/reference/get_api-resolution-templates-id-options.md):

Get Options

Module: Conferences

Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Order Resolution Templates](https://developers.facilioo.de/reference/post_api-resolution-templates-id-order.md):

Order Resolution Templates

Module: Conferences

Returns: Conferences → Resolution Templates → ResolutionTemplateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Signee](https://developers.facilioo.de/reference/post_api-signees.md):

Create Signee

Creates a new signee from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Signees → SigneeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Signees](https://developers.facilioo.de/reference/get_api-signees.md):

List Signees

Returns a paginated list of signees filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Signees → SigneeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Signees](https://developers.facilioo.de/reference/post_api-signees-batch.md):

Batch List Signees

Retrieves signees matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Signees → SigneeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Signees](https://developers.facilioo.de/reference/patch_api-signees-batch.md):

Update Signees

Performs an partial update on multiple signees identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Signee](https://developers.facilioo.de/reference/get_api-signees-id.md):

Get Signee

Provides detailed information for a single signee identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Signees → SigneeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Signee](https://developers.facilioo.de/reference/patch_api-signees-id.md):

Update Signee

Applies an partial update to an existing signee specified by its ID, affecting only signees within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Signees → SigneeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Signee](https://developers.facilioo.de/reference/delete_api-signees-id.md):

Delete Signee

Deletes the specified signee, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [SmartLock](https://developers.facilioo.de/reference/smartlock.md): Tba - [List Smart Locks](https://developers.facilioo.de/reference/get_api-smart-locks.md):

List Smart Locks

Returns a paginated list of smart locks filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Smart Locks

Returns: Smart Locks → SmartLockRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Smart Locks](https://developers.facilioo.de/reference/post_api-smart-locks-batch.md):

Batch List Smart Locks

Retrieves smart locks matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Smart Locks

Returns: Smart Locks → SmartLockRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Search Smart Locks](https://developers.facilioo.de/reference/post_api-smart-locks-search.md):

Search Smart Locks

Performs a search applying filtering, sorting, and pagination criteria within the smart locks, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Smart Locks

Returns: Smart Locks → SmartLockRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Smart Lock](https://developers.facilioo.de/reference/get_api-smart-locks-id.md):

Get Smart Lock

Provides detailed information for a single smart lock identified by its ID, if it falls within the caller’s scope.

Module: Smart Locks

Returns: Smart Locks → SmartLockRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [SmartLockActivityAttempt](https://developers.facilioo.de/reference/smartlockactivityattempt.md): Tba - [Create Smart Lock Activity Attempt](https://developers.facilioo.de/reference/post_api-smart-lock-activity-attempts.md):

Create Smart Lock Activity Attempt

Creates a new smart lock activity attempt from the provided data, associating it within the requester's scope.

Module: Smart Locks

Returns: Smart Locks → Activity Attempts → ActivityAttemptRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Smart Lock Activity Attempts](https://developers.facilioo.de/reference/get_api-smart-lock-activity-attempts.md):

List Smart Lock Activity Attempts

Returns a paginated list of smart lock activity attempts filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Smart Locks

Returns: Smart Locks → Activity Attempts → ActivityAttemptRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Smart Lock Activity Attempts](https://developers.facilioo.de/reference/post_api-smart-lock-activity-attempts-batch.md):

Batch List Smart Lock Activity Attempts

Retrieves smart lock activity attempts matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Smart Locks

Returns: Smart Locks → Activity Attempts → ActivityAttemptRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Smart Lock Activity Attempts](https://developers.facilioo.de/reference/patch_api-smart-lock-activity-attempts-batch.md):

Update Smart Lock Activity Attempts

Performs an partial update on multiple smart lock activity attempts identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Smart Locks

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Smart Lock Activity Attempts](https://developers.facilioo.de/reference/post_api-smart-lock-activity-attempts-search.md):

Search Smart Lock Activity Attempts

Performs a search applying filtering, sorting, and pagination criteria within the smart lock activity attempts, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Smart Locks

Returns: Smart Locks → Activity Attempts → ActivityAttemptRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Smart Lock Activity Attempt](https://developers.facilioo.de/reference/get_api-smart-lock-activity-attempts-id.md):

Get Smart Lock Activity Attempt

Provides detailed information for a single smart lock activity attempt identified by its ID, if it falls within the caller’s scope.

Module: Smart Locks

Returns: Smart Locks → Activity Attempts → ActivityAttemptRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Smart Lock Activity Attempt](https://developers.facilioo.de/reference/patch_api-smart-lock-activity-attempts-id.md):

Update Smart Lock Activity Attempt

Applies an partial update to an existing smart lock activity attempt specified by its ID, affecting only smart lock activity attempts within the caller’s permitted scope.

Module: Smart Locks

Returns: Smart Locks → Activity Attempts → ActivityAttemptRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Smart Lock Activity Attempt](https://developers.facilioo.de/reference/delete_api-smart-lock-activity-attempts-id.md):

Delete Smart Lock Activity Attempt

Deletes the specified smart lock activity attempt, if it falls within the caller’s scope.

Module: Smart Locks

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Smart Lock Types](https://developers.facilioo.de/reference/get_api-smart-lock-types.md):

List Smart Lock Types

Returns a paginated list of smart lock types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Smart Locks

Returns: Smart Locks → Types → SmartLockTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Smart Lock Types](https://developers.facilioo.de/reference/post_api-smart-lock-types-batch.md):

Batch List Smart Lock Types

Retrieves smart lock types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Smart Locks

Returns: Smart Locks → Types → SmartLockTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Smart Lock Type](https://developers.facilioo.de/reference/get_api-smart-lock-types-id.md):

Get Smart Lock Type

Provides detailed information for a single smart lock type identified by its ID, if it falls within the caller’s scope.

Module: Smart Locks

Returns: Smart Locks → Types → SmartLockTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Sum Votes](https://developers.facilioo.de/reference/get_api-sum-votes.md):

List Sum Votes

Returns a paginated list of sum votes filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Sum Votes → SumVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Sum Votes](https://developers.facilioo.de/reference/post_api-sum-votes-batch.md):

Batch List Sum Votes

Retrieves sum votes matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Sum Votes → SumVoteRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Sum Vote](https://developers.facilioo.de/reference/get_api-sum-votes-id.md):

Get Sum Vote

Provides detailed information for a single sum vote identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Sum Votes → SumVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Tenant](https://developers.facilioo.de/reference/tenant.md): Tba - [Create Tenant](https://developers.facilioo.de/reference/post_api-tenants.md):

Create Tenant

Creates a new tenant from the provided data, associating it within the requester's scope.

Module: Identity

Returns: Master Data → Properties → Tenants → TenantRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Tenants](https://developers.facilioo.de/reference/get_api-tenants.md):

List Tenants

Returns a paginated list of tenants filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Identity

Returns: Master Data → Properties → Tenants → TenantRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Tenants](https://developers.facilioo.de/reference/post_api-tenants-batch.md):

Batch List Tenants

Retrieves tenants matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Identity

Returns: Master Data → Properties → Tenants → TenantRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Tenants](https://developers.facilioo.de/reference/patch_api-tenants-batch.md):

Update Tenants

Performs an partial update on multiple tenants identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Identity

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Tenants](https://developers.facilioo.de/reference/post_api-tenants-search.md):

Search Tenants

Performs a search applying filtering, sorting, and pagination criteria within the tenants, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Identity

Returns: Master Data → Properties → Tenants → TenantRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Tenant](https://developers.facilioo.de/reference/get_api-tenants-id.md):

Get Tenant

Provides detailed information for a single tenant identified by its ID, if it falls within the caller’s scope.

Module: Identity

Returns: Master Data → Properties → Tenants → TenantRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Tenant](https://developers.facilioo.de/reference/patch_api-tenants-id.md):

Update Tenant

Applies an partial update to an existing tenant specified by its ID, affecting only tenants within the caller’s permitted scope.

Module: Identity

Returns: Master Data → Properties → Tenants → TenantRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Tenant](https://developers.facilioo.de/reference/delete_api-tenants-id.md):

Delete Tenant

Deletes the specified tenant, if it falls within the caller’s scope.

Module: Identity

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Accounts With Access](https://developers.facilioo.de/reference/get_api-tenants-id-account-accesses.md):

List Accounts With Access

Module: Identity

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Add Tenant Party Access](https://developers.facilioo.de/reference/post_api-tenants-id-party-accesses.md):

Add Tenant Party Access

Module: Identity

Returns: Identity → Tenant Party Accesses → TenantPartyAccess (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (64)

This will be evaluated against your used access token.

- [Get Tenant Party Accesses](https://developers.facilioo.de/reference/get_api-tenants-id-party-accesses.md):

Get Tenant Party Accesses

Module: Identity

Returns: Identity → Tenant Party Accesses → TenantPartyAccess (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Properties](https://developers.facilioo.de/reference/get_api-tenants-id-properties.md):

List Properties

Module: Identity

Returns: Master Data → Properties → Properties → PropertyRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

Required Permissions: Permission (48)

This will be evaluated against your used access token.

- [Add Account With Access](https://developers.facilioo.de/reference/put_api-tenants-tenantid-account-accesses-accountid.md):

Add Account With Access

Module: Identity

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (64)

This will be evaluated against your used access token.

- [Remove Account With Access](https://developers.facilioo.de/reference/delete_api-tenants-tenantid-account-accesses-accountid.md):

Remove Account With Access

Module: Identity

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (64)

This will be evaluated against your used access token.

- [Delete Tenant Party Access](https://developers.facilioo.de/reference/delete_api-tenants-tenantid-party-accesses-partyid.md):

Delete Tenant Party Access

Module: Identity

Returns: Identity → Tenant Party Accesses → TenantPartyAccess (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (64)

This will be evaluated against your used access token.

- [Add Account With Responsibility](https://developers.facilioo.de/reference/post_api-tenants-tenantid-responsible-accounts-responsibleid.md):

Add Account With Responsibility

Module: Identity

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (64)

This will be evaluated against your used access token.

- [Remove Account With Responsibility](https://developers.facilioo.de/reference/delete_api-tenants-tenantid-responsible-accounts-responsibleid.md):

Remove Account With Responsibility

Module: Identity

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Permission (64)

This will be evaluated against your used access token.

- [Show](https://developers.facilioo.de/reference/get_api-terms.md):

Show

Module: Customer Apps

Returns: Customer App → Terms → TermRead (single)

- [Create Topic](https://developers.facilioo.de/reference/post_api-topics.md):

Create Topic

Creates a new topic from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Topics → TopicRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Topics](https://developers.facilioo.de/reference/get_api-topics.md):

List Topics

Returns a paginated list of topics filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Topics → TopicRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Topics](https://developers.facilioo.de/reference/post_api-topics-batch.md):

Batch List Topics

Retrieves topics matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Topics → TopicRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Topics](https://developers.facilioo.de/reference/patch_api-topics-batch.md):

Update Topics

Performs an partial update on multiple topics identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Topics](https://developers.facilioo.de/reference/post_api-topics-search.md):

Search Topics

Performs a search applying filtering, sorting, and pagination criteria within the topics, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Topics → TopicRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Topic](https://developers.facilioo.de/reference/get_api-topics-id.md):

Get Topic

Provides detailed information for a single topic identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Topics → TopicRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Topic](https://developers.facilioo.de/reference/patch_api-topics-id.md):

Update Topic

Applies an partial update to an existing topic specified by its ID, affecting only topics within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Topics → TopicRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Topic](https://developers.facilioo.de/reference/delete_api-topics-id.md):

Delete Topic

Deletes the specified topic, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Attachment Relations](https://developers.facilioo.de/reference/get_api-topics-id-attachment-settings.md):

Get Attachment Relations

Module: Conferences

Returns: Conferences → Topic Attachments → TopicAttachmentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Attachments](https://developers.facilioo.de/reference/get_api-topics-id-attachments.md):

Get Attachments

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Create Note](https://developers.facilioo.de/reference/post_api-topics-id-notes.md):

Create Note

Module: Conferences

Returns: Conferences → Topic Notes → TopicNoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [Get Notes](https://developers.facilioo.de/reference/get_api-topics-id-notes.md):

Get Notes

Module: Conferences

Returns: Conferences → Topic Notes → TopicNoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Conference Resolutions](https://developers.facilioo.de/reference/get_api-topics-id-resolutions.md):

Get Conference Resolutions

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Attachment](https://developers.facilioo.de/reference/get_api-topics-topicid-attachments-fileid.md):

Get Attachment

Module: Conferences

Returns: Conferences → Topic Attachments → TopicAttachmentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Update Attachment](https://developers.facilioo.de/reference/patch_api-topics-topicid-attachments-fileid.md):

Update Attachment

Module: Conferences

Returns: Conferences → Topic Attachments → TopicAttachmentRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Attach File](https://developers.facilioo.de/reference/put_api-topics-topicid-attachments-fileid.md):

Attach File

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Detach File](https://developers.facilioo.de/reference/delete_api-topics-topicid-attachments-fileid.md):

Detach File

Module: Conferences

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Order Topics](https://developers.facilioo.de/reference/post_api-topics-topicid-resolutions-resolutionid-order.md):

Order Topics

Module: Conferences

Returns: Conferences → Resolutions → ResolutionRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Topic Note](https://developers.facilioo.de/reference/post_api-topic-notes.md):

Create Topic Note

Creates a new topic note from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Topic Notes → TopicNoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Topic Notes](https://developers.facilioo.de/reference/get_api-topic-notes.md):

List Topic Notes

Returns a paginated list of topic notes filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Topic Notes → TopicNoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Batch List Topic Notes](https://developers.facilioo.de/reference/post_api-topic-notes-batch.md):

Batch List Topic Notes

Retrieves topic notes matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Topic Notes → TopicNoteRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Topic Notes](https://developers.facilioo.de/reference/patch_api-topic-notes-batch.md):

Update Topic Notes

Performs an partial update on multiple topic notes identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Topic Notes](https://developers.facilioo.de/reference/post_api-topic-notes-search.md):

Search Topic Notes

Performs a search applying filtering, sorting, and pagination criteria within the topic notes, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Topic Notes → TopicNoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Topic Note](https://developers.facilioo.de/reference/get_api-topic-notes-id.md):

Get Topic Note

Provides detailed information for a single topic note identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Topic Notes → TopicNoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Update Topic Note](https://developers.facilioo.de/reference/patch_api-topic-notes-id.md):

Update Topic Note

Applies an partial update to an existing topic note specified by its ID, affecting only topic notes within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Topic Notes → TopicNoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Topic Note](https://developers.facilioo.de/reference/delete_api-topic-notes-id.md):

Delete Topic Note

Deletes the specified topic note, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create Topic Template](https://developers.facilioo.de/reference/post_api-topic-templates.md):

Create Topic Template

Creates a new topic template from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Topic Templates → TopicTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Topic Templates](https://developers.facilioo.de/reference/get_api-topic-templates.md):

List Topic Templates

Returns a paginated list of topic templates filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Topic Templates → TopicTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Topic Templates](https://developers.facilioo.de/reference/post_api-topic-templates-batch.md):

Batch List Topic Templates

Retrieves topic templates matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Topic Templates → TopicTemplateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Topic Templates](https://developers.facilioo.de/reference/patch_api-topic-templates-batch.md):

Update Topic Templates

Performs an partial update on multiple topic templates identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Topic Templates](https://developers.facilioo.de/reference/post_api-topic-templates-search.md):

Search Topic Templates

Performs a search applying filtering, sorting, and pagination criteria within the topic templates, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Topic Templates → TopicTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Topic Template](https://developers.facilioo.de/reference/get_api-topic-templates-id.md):

Get Topic Template

Provides detailed information for a single topic template identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Topic Templates → TopicTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Topic Template](https://developers.facilioo.de/reference/patch_api-topic-templates-id.md):

Update Topic Template

Applies an partial update to an existing topic template specified by its ID, affecting only topic templates within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Topic Templates → TopicTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Topic Template](https://developers.facilioo.de/reference/delete_api-topic-templates-id.md):

Delete Topic Template

Deletes the specified topic template, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Order Topic Templates](https://developers.facilioo.de/reference/post_api-topic-templates-id-order.md):

Order Topic Templates

Module: Conferences

Returns: Conferences → Topic Templates → TopicTemplateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Get Resolution Templates](https://developers.facilioo.de/reference/get_api-topic-templates-id-resolution-templates.md):

Get Resolution Templates

Module: Conferences

Returns: Conferences → Resolution Templates → ResolutionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Topic Template Resolution Templates](https://developers.facilioo.de/reference/get_api-topic-templates-id-topic-template-resolution-templates.md):

Get Topic Template Resolution Templates

Module: Conferences

Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Create Topic Template Resolution Template](https://developers.facilioo.de/reference/post_api-topic-template-resolution-templates.md):

Create Topic Template Resolution Template

Creates a new topic template resolution template from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Topic Template Resolution Templateses](https://developers.facilioo.de/reference/get_api-topic-template-resolution-templates.md):

List Topic Template Resolution Templateses

Returns a paginated list of topic template resolution templateses filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Topic Template Resolution Templateses](https://developers.facilioo.de/reference/post_api-topic-template-resolution-templates-batch.md):

Batch List Topic Template Resolution Templateses

Retrieves topic template resolution templateses matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Topic Template Resolution Templateses](https://developers.facilioo.de/reference/patch_api-topic-template-resolution-templates-batch.md):

Update Topic Template Resolution Templateses

Performs an partial update on multiple topic template resolution templateses identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Topic Template Resolution Template](https://developers.facilioo.de/reference/get_api-topic-template-resolution-templates-id.md):

Get Topic Template Resolution Template

Provides detailed information for a single topic template resolution template identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Topic Template Resolution Template](https://developers.facilioo.de/reference/patch_api-topic-template-resolution-templates-id.md):

Update Topic Template Resolution Template

Applies an partial update to an existing topic template resolution template specified by its ID, affecting only topic template resolution templateses within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Topic Template Resolution Template](https://developers.facilioo.de/reference/delete_api-topic-template-resolution-templates-id.md):

Delete Topic Template Resolution Template

Deletes the specified topic template resolution template, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Order Topic Template Resolution Templates](https://developers.facilioo.de/reference/post_api-topic-template-resolution-templates-id-order.md):

Order Topic Template Resolution Templates

Module: Conferences

Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Trade](https://developers.facilioo.de/reference/trade.md): Tba - [Create Trade](https://developers.facilioo.de/reference/post_api-trades.md):

Create Trade

Creates a new trade from the provided data, associating it within the requester's scope.

Module: Trades

Returns: Master Data → Parties → Trades → TradeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Trades](https://developers.facilioo.de/reference/get_api-trades.md):

List Trades

Returns a paginated list of trades filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Trades

Returns: Master Data → Parties → Trades → TradeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Trades](https://developers.facilioo.de/reference/post_api-trades-batch.md):

Batch List Trades

Retrieves trades matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Trades

Returns: Master Data → Parties → Trades → TradeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Trades](https://developers.facilioo.de/reference/patch_api-trades-batch.md):

Update Trades

Performs an partial update on multiple trades identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Trades

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Trades](https://developers.facilioo.de/reference/post_api-trades-search.md):

Search Trades

Performs a search applying filtering, sorting, and pagination criteria within the trades, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Trades

Returns: Master Data → Parties → Trades → TradeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Trade](https://developers.facilioo.de/reference/get_api-trades-id.md):

Get Trade

Provides detailed information for a single trade identified by its ID, if it falls within the caller’s scope.

Module: Trades

Returns: Master Data → Parties → Trades → TradeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Trade](https://developers.facilioo.de/reference/patch_api-trades-id.md):

Update Trade

Applies an partial update to an existing trade specified by its ID, affecting only trades within the caller’s permitted scope.

Module: Trades

Returns: Master Data → Parties → Trades → TradeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Trade](https://developers.facilioo.de/reference/delete_api-trades-id.md):

Delete Trade

Deletes the specified trade, if it falls within the caller’s scope.

Module: Trades

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Unit](https://developers.facilioo.de/reference/unit.md): Tba - [Create Unit](https://developers.facilioo.de/reference/post_api-units.md):

Create Unit

Creates a new unit from the provided data, associating it within the requester's scope.

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Units](https://developers.facilioo.de/reference/get_api-units.md):

List Units

Returns a paginated list of units filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Units](https://developers.facilioo.de/reference/post_api-units-batch.md):

Batch List Units

Retrieves units matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Units](https://developers.facilioo.de/reference/patch_api-units-batch.md):

Update Units

Performs an partial update on multiple units identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Properties

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Units](https://developers.facilioo.de/reference/post_api-units-search.md):

Search Units

Performs a search applying filtering, sorting, and pagination criteria within the units, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Unit](https://developers.facilioo.de/reference/get_api-units-id.md):

Get Unit

Provides detailed information for a single unit identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Unit](https://developers.facilioo.de/reference/patch_api-units-id.md):

Update Unit

Applies an partial update to an existing unit specified by its ID, affecting only units within the caller’s permitted scope.

Module: Properties

Returns: Master Data → Properties → Units → UnitRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Unit](https://developers.facilioo.de/reference/delete_api-units-id.md):

Delete Unit

Deletes the specified unit, if it falls within the caller’s scope.

Module: Properties

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Add Attribute Group](https://developers.facilioo.de/reference/post_api-units-id-attribute-groups.md):

Add Attribute Group

Module: Properties

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [List Attribute Groups](https://developers.facilioo.de/reference/get_api-units-id-attribute-groups.md):

List Attribute Groups

Module: Properties

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Attribute Group](https://developers.facilioo.de/reference/delete_api-units-id-attribute-groups-attributegroupid.md):

Remove Attribute Group

Module: Properties

Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Attribute Values](https://developers.facilioo.de/reference/get_api-units-id-attribute-values.md):

List Attribute Values

Module: Properties

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Contracts](https://developers.facilioo.de/reference/get_api-units-id-contracts.md):

List Contracts

Module: Properties

Returns: Master Data → Properties → Unit Contracts → UnitContractRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Document Groups](https://developers.facilioo.de/reference/get_api-units-id-document-groups.md):

List Document Groups

Module: Properties

Returns: Documents → Document Groups → DocumentGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (32)

This will be evaluated against your used access token.

- [Show Entrance](https://developers.facilioo.de/reference/get_api-units-id-entrance.md):

Show Entrance

Module: Properties

Returns: Master Data → Properties → Entrances → EntranceRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Show Holding Type](https://developers.facilioo.de/reference/get_api-units-id-holding-type.md):

Show Holding Type

Module: Properties

Returns: Master Data → Properties → Unit Contracts → Holding Types → UnitHoldingTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [List Processes](https://developers.facilioo.de/reference/get_api-units-id-processes.md):

List Processes

Module: Properties

Returns: Processes → Processes → ProcessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

Required Permissions: Permission (45)

This will be evaluated against your used access token.

- [Show Property](https://developers.facilioo.de/reference/get_api-units-id-property.md):

Show Property

Module: Properties

Returns: Master Data → Properties → Properties → PropertyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Show Shares](https://developers.facilioo.de/reference/get_api-units-id-shares.md):

Show Shares

Module: Properties

Returns: Attributes → Responses → SharesResponse (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Shares Attribute Values](https://developers.facilioo.de/reference/get_api-units-id-shares-attribute-values.md):

List Shares Attribute Values

Module: Properties

Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Show Tenant](https://developers.facilioo.de/reference/get_api-units-id-tenant.md):

Show Tenant

Module: Properties

Returns: Master Data → Properties → Tenants → TenantRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Show Type](https://developers.facilioo.de/reference/get_api-units-id-type.md):

Show Type

Module: Properties

Returns: Master Data → Properties → Units → Types → UnitTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Documents Of Group](https://developers.facilioo.de/reference/get_api-units-unitid-document-groups-documentgroupid-documents.md):

List Documents Of Group

Module: Properties

Returns: Documents → Documents → DocumentRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Permission (32)

This will be evaluated against your used access token.

- [UnitContract](https://developers.facilioo.de/reference/unitcontract.md): Tba - [Create Unit Contract](https://developers.facilioo.de/reference/post_api-unit-contracts.md):

Create Unit Contract

Creates a new unit contract from the provided data, associating it within the requester's scope.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → UnitContractRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Unit Contracts](https://developers.facilioo.de/reference/get_api-unit-contracts.md):

List Unit Contracts

Returns a paginated list of unit contracts filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → UnitContractRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Unit Contracts](https://developers.facilioo.de/reference/post_api-unit-contracts-batch.md):

Batch List Unit Contracts

Retrieves unit contracts matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → UnitContractRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Unit Contracts](https://developers.facilioo.de/reference/patch_api-unit-contracts-batch.md):

Update Unit Contracts

Performs an partial update on multiple unit contracts identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Properties

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Unit Contracts](https://developers.facilioo.de/reference/post_api-unit-contracts-search.md):

Search Unit Contracts

Performs a search applying filtering, sorting, and pagination criteria within the unit contracts, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → UnitContractRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Unit Contract](https://developers.facilioo.de/reference/get_api-unit-contracts-id.md):

Get Unit Contract

Provides detailed information for a single unit contract identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → UnitContractRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Unit Contract](https://developers.facilioo.de/reference/patch_api-unit-contracts-id.md):

Update Unit Contract

Applies an partial update to an existing unit contract specified by its ID, affecting only unit contracts within the caller’s permitted scope.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → UnitContractRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Unit Contract](https://developers.facilioo.de/reference/delete_api-unit-contracts-id.md):

Delete Unit Contract

Deletes the specified unit contract, if it falls within the caller’s scope.

Module: Properties

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Contractors](https://developers.facilioo.de/reference/get_api-unit-contracts-id-party.md):

List Contractors

Module: Properties

Returns: Identity → Parties → PartyRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [UnitContractType](https://developers.facilioo.de/reference/unitcontracttype.md): Tba - [List Unit Contract Types](https://developers.facilioo.de/reference/get_api-unit-contract-types.md):

List Unit Contract Types

Returns a paginated list of unit contract types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → Types → UnitContractTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Unit Contract Types](https://developers.facilioo.de/reference/post_api-unit-contract-types-batch.md):

Batch List Unit Contract Types

Retrieves unit contract types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → Types → UnitContractTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Unit Contract Type](https://developers.facilioo.de/reference/get_api-unit-contract-types-id.md):

Get Unit Contract Type

Provides detailed information for a single unit contract type identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Unit Contracts → Types → UnitContractTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Unit Types](https://developers.facilioo.de/reference/get_api-unit-types.md):

List Unit Types

Returns a paginated list of unit types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Properties

Returns: Master Data → Properties → Units → Types → UnitTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Unit Type](https://developers.facilioo.de/reference/get_api-unit-types-id.md):

Get Unit Type

Provides detailed information for a single unit type identified by its ID, if it falls within the caller’s scope.

Module: Properties

Returns: Master Data → Properties → Units → Types → UnitTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Unit Types](https://developers.facilioo.de/reference/post_api-unit-types-batch.md):

Batch List Unit Types

Retrieves unit types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Properties

Returns: Master Data → Properties → Units → Types → UnitTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create User Task](https://developers.facilioo.de/reference/post_api-user-tasks.md):

Create User Task

Creates a new user task from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List User Tasks](https://developers.facilioo.de/reference/get_api-user-tasks.md):

List User Tasks

Returns a paginated list of user tasks filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List User Tasks](https://developers.facilioo.de/reference/post_api-user-tasks-batch.md):

Batch List User Tasks

Retrieves user tasks matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update User Tasks](https://developers.facilioo.de/reference/patch_api-user-tasks-batch.md):

Update User Tasks

Performs an partial update on multiple user tasks identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search User Tasks](https://developers.facilioo.de/reference/post_api-user-tasks-search.md):

Search User Tasks

Performs a search applying filtering, sorting, and pagination criteria within the user tasks, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get User Task](https://developers.facilioo.de/reference/get_api-user-tasks-id.md):

Get User Task

Provides detailed information for a single user task identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update User Task](https://developers.facilioo.de/reference/patch_api-user-tasks-id.md):

Update User Task

Applies an partial update to an existing user task specified by its ID, affecting only user tasks within the caller’s permitted scope.

Module: Processes

Returns: Processes → User Tasks → UserTaskRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete User Task](https://developers.facilioo.de/reference/delete_api-user-tasks-id.md):

Delete User Task

Deletes the specified user task, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Assignees](https://developers.facilioo.de/reference/get_api-user-tasks-id-assignees.md):

List Assignees

Module: Processes

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [List Attachments](https://developers.facilioo.de/reference/get_api-user-tasks-id-attachments.md):

List Attachments

Module: Processes

Returns: Documents → Files → FileRead (paginated)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [List Feed](https://developers.facilioo.de/reference/get_api-user-tasks-id-feed.md):

List Feed

Module: Processes

Returns: Processes → User Tasks → Feed Entries → UserTaskFeedEntryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [List Notifications](https://developers.facilioo.de/reference/get_api-user-tasks-id-notifications.md):

List Notifications

Module: Processes

Returns: Processes → User Tasks → Notifications → UserTaskNotificationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [List User Task Processes](https://developers.facilioo.de/reference/get_api-user-tasks-id-processes.md):

List User Task Processes

Returns the entities related to the specified resource.

Module: Processes

Returns: Processes → Processes → ProcessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Add Assignee](https://developers.facilioo.de/reference/put_api-user-tasks-usertaskid-assignees-accountid.md):

Add Assignee

Module: Processes

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [Remove Assignee](https://developers.facilioo.de/reference/delete_api-user-tasks-usertaskid-assignees-accountid.md):

Remove Assignee

Module: Processes

Returns: Identity → Accounts → AccountRead (paginated)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [Add Process To User Task](https://developers.facilioo.de/reference/put_api-user-tasks-usertaskid-processes-processid.md):

Add Process To User Task

Creates or updates the relation between the specified resource and an related entity. This operation modifies only the association, not the underlying entities’ data.

Module: Processes

Returns: Processes → Processes → ProcessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Process From User Task](https://developers.facilioo.de/reference/delete_api-user-tasks-usertaskid-processes-processid.md):

Remove Process From User Task

Removes the relation between the specified resource and an the related entity. This operation deletes only the association, leaving the underlying, referenced entity untouched.

Module: Processes

Returns: Processes → Processes → ProcessRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [Create User Task Collection](https://developers.facilioo.de/reference/post_api-user-task-collections.md):

Create User Task Collection

Creates a new user task collection from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → User Tasks → Collections → UserTaskCollectionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List User Task Collections](https://developers.facilioo.de/reference/get_api-user-task-collections.md):

List User Task Collections

Returns a paginated list of user task collections filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → User Tasks → Collections → UserTaskCollectionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List User Task Collections](https://developers.facilioo.de/reference/post_api-user-task-collections-batch.md):

Batch List User Task Collections

Retrieves user task collections matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → User Tasks → Collections → UserTaskCollectionRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update User Task Collections](https://developers.facilioo.de/reference/patch_api-user-task-collections-batch.md):

Update User Task Collections

Performs an partial update on multiple user task collections identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get User Task Collection](https://developers.facilioo.de/reference/get_api-user-task-collections-id.md):

Get User Task Collection

Provides detailed information for a single user task collection identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → User Tasks → Collections → UserTaskCollectionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update User Task Collection](https://developers.facilioo.de/reference/patch_api-user-task-collections-id.md):

Update User Task Collection

Applies an partial update to an existing user task collection specified by its ID, affecting only user task collections within the caller’s permitted scope.

Module: Processes

Returns: Processes → User Tasks → Collections → UserTaskCollectionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete User Task Collection](https://developers.facilioo.de/reference/delete_api-user-task-collections-id.md):

Delete User Task Collection

Deletes the specified user task collection, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Create User Task Notification](https://developers.facilioo.de/reference/post_api-user-task-notifications.md):

Create User Task Notification

Creates a new user task notification from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → User Tasks → Notifications → UserTaskNotificationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List User Task Notifications](https://developers.facilioo.de/reference/get_api-user-task-notifications.md):

List User Task Notifications

Returns a paginated list of user task notifications filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → User Tasks → Notifications → UserTaskNotificationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List User Task Notifications](https://developers.facilioo.de/reference/post_api-user-task-notifications-batch.md):

Batch List User Task Notifications

Retrieves user task notifications matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → User Tasks → Notifications → UserTaskNotificationRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update User Task Notifications](https://developers.facilioo.de/reference/patch_api-user-task-notifications-batch.md):

Update User Task Notifications

Performs an partial update on multiple user task notifications identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get User Task Notification](https://developers.facilioo.de/reference/get_api-user-task-notifications-id.md):

Get User Task Notification

Provides detailed information for a single user task notification identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → User Tasks → Notifications → UserTaskNotificationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update User Task Notification](https://developers.facilioo.de/reference/patch_api-user-task-notifications-id.md):

Update User Task Notification

Applies an partial update to an existing user task notification specified by its ID, affecting only user task notifications within the caller’s permitted scope.

Module: Processes

Returns: Processes → User Tasks → Notifications → UserTaskNotificationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete User Task Notification](https://developers.facilioo.de/reference/delete_api-user-task-notifications-id.md):

Delete User Task Notification

Deletes the specified user task notification, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List User Task Priorities](https://developers.facilioo.de/reference/get_api-user-task-priorities.md):

List User Task Priorities

Returns a paginated list of user task priorities filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → User Tasks → Priorities → UserTaskPriorityRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List User Task Priorities](https://developers.facilioo.de/reference/post_api-user-task-priorities-batch.md):

Batch List User Task Priorities

Retrieves user task priorities matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → User Tasks → Priorities → UserTaskPriorityRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get User Task Priority](https://developers.facilioo.de/reference/get_api-user-task-priorities-id.md):

Get User Task Priority

Provides detailed information for a single user task priority identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → User Tasks → Priorities → UserTaskPriorityRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Voting End Reasons](https://developers.facilioo.de/reference/get_api-voting-end-reasons.md):

Get Voting End Reasons

Module: Conferences

Returns: Conferences → Voting → End Reasons → VotingEndReasonRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Create Voting Group](https://developers.facilioo.de/reference/post_api-voting-groups.md):

Create Voting Group

Creates a new voting group from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Voting Groups](https://developers.facilioo.de/reference/get_api-voting-groups.md):

List Voting Groups

Returns a paginated list of voting groups filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Voting Groups](https://developers.facilioo.de/reference/post_api-voting-groups-batch.md):

Batch List Voting Groups

Retrieves voting groups matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Voting Groups](https://developers.facilioo.de/reference/patch_api-voting-groups-batch.md):

Update Voting Groups

Performs an partial update on multiple voting groups identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Voting Groups](https://developers.facilioo.de/reference/post_api-voting-groups-search.md):

Search Voting Groups

Performs a search applying filtering, sorting, and pagination criteria within the voting groups, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Voting Group](https://developers.facilioo.de/reference/get_api-voting-groups-id.md):

Get Voting Group

Provides detailed information for a single voting group identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Voting Group](https://developers.facilioo.de/reference/patch_api-voting-groups-id.md):

Update Voting Group

Applies an partial update to an existing voting group specified by its ID, affecting only voting groups within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Voting Groups → VotingGroupRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Voting Group](https://developers.facilioo.de/reference/delete_api-voting-groups-id.md):

Delete Voting Group

Deletes the specified voting group, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Votes](https://developers.facilioo.de/reference/get_api-voting-groups-id-votes.md):

List Votes

Module: Conferences

Returns: Conferences → Voting → Votes → VotingGroupVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [VotingGroupVote](https://developers.facilioo.de/reference/votinggroupvote.md): Tba - [Create Voting Group Vote](https://developers.facilioo.de/reference/post_api-voting-group-votes.md):

Create Voting Group Vote

Creates a new voting group vote from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Voting → Votes → VotingGroupVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Voting Group Votes](https://developers.facilioo.de/reference/get_api-voting-group-votes.md):

List Voting Group Votes

Returns a paginated list of voting group votes filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Voting → Votes → VotingGroupVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Voting Group Votes](https://developers.facilioo.de/reference/post_api-voting-group-votes-batch.md):

Batch List Voting Group Votes

Retrieves voting group votes matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Voting → Votes → VotingGroupVoteRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Voting Group Votes](https://developers.facilioo.de/reference/patch_api-voting-group-votes-batch.md):

Update Voting Group Votes

Performs an partial update on multiple voting group votes identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Voting Group Vote](https://developers.facilioo.de/reference/get_api-voting-group-votes-id.md):

Get Voting Group Vote

Provides detailed information for a single voting group vote identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Voting → Votes → VotingGroupVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Voting Group Vote](https://developers.facilioo.de/reference/patch_api-voting-group-votes-id.md):

Update Voting Group Vote

Applies an partial update to an existing voting group vote specified by its ID, affecting only voting group votes within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Voting → Votes → VotingGroupVoteRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Voting Group Vote](https://developers.facilioo.de/reference/delete_api-voting-group-votes-id.md):

Delete Voting Group Vote

Deletes the specified voting group vote, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Voting Majorities](https://developers.facilioo.de/reference/get_api-voting-majorities.md):

Get Voting Majorities

Module: Conferences

Returns: Conferences → Voting → Majorities → VotingMajorityRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Voting Groups](https://developers.facilioo.de/reference/get_api-voting-procedures.md):

Get Voting Groups

Module: Conferences

Returns: Conferences → Voting → Procedures → VotingProcedureRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Create Voting Session](https://developers.facilioo.de/reference/post_api-voting-sessions.md):

Create Voting Session

Creates a new voting session from the provided data, associating it within the requester's scope.

Module: Conferences

Returns: Conferences → Voting → Sessions → VotingSessionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Voting Sessions](https://developers.facilioo.de/reference/get_api-voting-sessions.md):

List Voting Sessions

Returns a paginated list of voting sessions filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Conferences

Returns: Conferences → Voting → Sessions → VotingSessionRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Voting Sessions](https://developers.facilioo.de/reference/post_api-voting-sessions-batch.md):

Batch List Voting Sessions

Retrieves voting sessions matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Conferences

Returns: Conferences → Voting → Sessions → VotingSessionRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Voting Sessions](https://developers.facilioo.de/reference/patch_api-voting-sessions-batch.md):

Update Voting Sessions

Performs an partial update on multiple voting sessions identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Conferences

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Get Voting Session](https://developers.facilioo.de/reference/get_api-voting-sessions-id.md):

Get Voting Session

Provides detailed information for a single voting session identified by its ID, if it falls within the caller’s scope.

Module: Conferences

Returns: Conferences → Voting → Sessions → VotingSessionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Voting Session](https://developers.facilioo.de/reference/patch_api-voting-sessions-id.md):

Update Voting Session

Applies an partial update to an existing voting session specified by its ID, affecting only voting sessions within the caller’s permitted scope.

Module: Conferences

Returns: Conferences → Voting → Sessions → VotingSessionRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Voting Session](https://developers.facilioo.de/reference/delete_api-voting-sessions-id.md):

Delete Voting Session

Deletes the specified voting session, if it falls within the caller’s scope.

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [Get Voting Group Votes Count](https://developers.facilioo.de/reference/get_api-voting-sessions-id-results.md):

Get Voting Group Votes Count

Module: Conferences

Returns: Conferences → Voting → Votes → ResultsCount (single)

Authorization

Required Token Scopes: Platform (0)

This will be evaluated against your used access token.

- [Get Sum Votes](https://developers.facilioo.de/reference/get_api-voting-sessions-id-sum-votes.md):

Get Sum Votes

Module: Conferences

Returns: Conferences → Sum Votes → SumVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Votes](https://developers.facilioo.de/reference/get_api-voting-sessions-id-votes.md):

Get Votes

Module: Conferences

Returns: Conferences → Voting → Votes → ConferenceVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Fill Voting Group Votes](https://developers.facilioo.de/reference/post_api-voting-sessions-id-voting-group-votes.md):

Fill Voting Group Votes

Module: Conferences

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [Get Voting Group Votes](https://developers.facilioo.de/reference/get_api-voting-sessions-id-voting-group-votes.md):

Get Voting Group Votes

Module: Conferences

Returns: Conferences → Voting → Votes → VotingGroupVoteRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Webhooks](https://developers.facilioo.de/reference/get_api-webhooks.md):

List Webhooks

Returns a paginated list of webhooks filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Webhooks

Returns: Web Hooks → WebhookRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Webhooks](https://developers.facilioo.de/reference/post_api-webhooks-batch.md):

Batch List Webhooks

Retrieves webhooks matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Webhooks

Returns: Web Hooks → WebhookRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Webhook](https://developers.facilioo.de/reference/get_api-webhooks-id.md):

Get Webhook

Provides detailed information for a single webhook identified by its ID, if it falls within the caller’s scope.

Module: Webhooks

Returns: Web Hooks → WebhookRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Webhook Attempts](https://developers.facilioo.de/reference/get_api-webhooks-id-webhook-attempts.md):

List Webhook Attempts

Returns the entities related to the specified resource.

Module: Webhooks

Returns: Web Hooks → WebhookAttemptRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [List Webhook Attempts](https://developers.facilioo.de/reference/get_api-webhook-attempts.md):

List Webhook Attempts

Returns a paginated list of webhook attempts filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Webhooks

Returns: Web Hooks → WebhookAttemptRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Webhook Attempts](https://developers.facilioo.de/reference/post_api-webhook-attempts-batch.md):

Batch List Webhook Attempts

Retrieves webhook attempts matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Webhooks

Returns: Web Hooks → WebhookAttemptRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Webhook Attempt](https://developers.facilioo.de/reference/get_api-webhook-attempts-id.md):

Get Webhook Attempt

Provides detailed information for a single webhook attempt identified by its ID, if it falls within the caller’s scope.

Module: Webhooks

Returns: Web Hooks → WebhookAttemptRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Webhook Events](https://developers.facilioo.de/reference/get_api-webhook-events.md):

List Webhook Events

Returns a paginated list of webhook events filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Webhooks

Returns: Web Hooks → WebhookEventRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Webhook Events](https://developers.facilioo.de/reference/post_api-webhook-events-batch.md):

Batch List Webhook Events

Retrieves webhook events matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Webhooks

Returns: Web Hooks → WebhookEventRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Webhook Event](https://developers.facilioo.de/reference/get_api-webhook-events-id.md):

Get Webhook Event

Provides detailed information for a single webhook event identified by its ID, if it falls within the caller’s scope.

Module: Webhooks

Returns: Web Hooks → WebhookEventRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Create Webhook Registration](https://developers.facilioo.de/reference/post_api-webhook-registrations.md):

Create Webhook Registration

Creates a new webhook registration from the provided data, associating it within the requester's scope.

Module: Webhooks

Returns: Web Hooks → WebhookRegistrationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Webhook Registrations](https://developers.facilioo.de/reference/get_api-webhook-registrations.md):

List Webhook Registrations

Returns a paginated list of webhook registrations filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Webhooks

Returns: Web Hooks → WebhookRegistrationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Webhook Registrations](https://developers.facilioo.de/reference/post_api-webhook-registrations-batch.md):

Batch List Webhook Registrations

Retrieves webhook registrations matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Webhooks

Returns: Web Hooks → WebhookRegistrationRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Webhook Registrations](https://developers.facilioo.de/reference/patch_api-webhook-registrations-batch.md):

Update Webhook Registrations

Performs an partial update on multiple webhook registrations identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Webhooks

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Webhook Registrations](https://developers.facilioo.de/reference/post_api-webhook-registrations-search.md):

Search Webhook Registrations

Performs a search applying filtering, sorting, and pagination criteria within the webhook registrations, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Webhooks

Returns: Web Hooks → WebhookRegistrationRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Webhook Registration](https://developers.facilioo.de/reference/get_api-webhook-registrations-id.md):

Get Webhook Registration

Provides detailed information for a single webhook registration identified by its ID, if it falls within the caller’s scope.

Module: Webhooks

Returns: Web Hooks → WebhookRegistrationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Webhook Registration](https://developers.facilioo.de/reference/patch_api-webhook-registrations-id.md):

Update Webhook Registration

Applies an partial update to an existing webhook registration specified by its ID, affecting only webhook registrations within the caller’s permitted scope.

Module: Webhooks

Returns: Web Hooks → WebhookRegistrationRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Webhook Registration](https://developers.facilioo.de/reference/delete_api-webhook-registrations-id.md):

Delete Webhook Registration

Deletes the specified webhook registration, if it falls within the caller’s scope.

Module: Webhooks

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Webhooks](https://developers.facilioo.de/reference/get_api-webhook-registrations-id-webhooks.md):

List Webhooks

Returns the entities related to the specified resource.

Module: Webhooks

Returns: Web Hooks → WebhookRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Create Work Order](https://developers.facilioo.de/reference/post_api-work-orders.md):

Create Work Order

Creates a new work order from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Work Orders → WorkOrderRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Work Orders](https://developers.facilioo.de/reference/get_api-work-orders.md):

List Work Orders

Returns a paginated list of work orders filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Work Orders → WorkOrderRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Work Orders](https://developers.facilioo.de/reference/post_api-work-orders-batch.md):

Batch List Work Orders

Retrieves work orders matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Work Orders → WorkOrderRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Work Orders](https://developers.facilioo.de/reference/patch_api-work-orders-batch.md):

Update Work Orders

Performs an partial update on multiple work orders identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Work Orders](https://developers.facilioo.de/reference/post_api-work-orders-search.md):

Search Work Orders

Performs a search applying filtering, sorting, and pagination criteria within the work orders, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Work Orders → WorkOrderRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Work Order](https://developers.facilioo.de/reference/get_api-work-orders-id.md):

Get Work Order

Provides detailed information for a single work order identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Work Orders → WorkOrderRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Work Order](https://developers.facilioo.de/reference/patch_api-work-orders-id.md):

Update Work Order

Applies an partial update to an existing work order specified by its ID, affecting only work orders within the caller’s permitted scope.

Module: Processes

Returns: Processes → Work Orders → WorkOrderRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Work Order](https://developers.facilioo.de/reference/delete_api-work-orders-id.md):

Delete Work Order

Deletes the specified work order, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Dates](https://developers.facilioo.de/reference/get_api-work-orders-id-appointment-requests.md):

List Dates

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → WorkOrderAppointmentRequestRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [List Attached Invoices](https://developers.facilioo.de/reference/get_api-work-orders-id-invoices.md):

List Attached Invoices

Module: Processes

Returns: Processes → Invoices → InvoiceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Attach Invoice To Work Order](https://developers.facilioo.de/reference/put_api-work-orders-id-invoices-invoiceid.md):

Attach Invoice To Work Order

Module: Processes

Returns: Processes → Invoices → InvoiceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

This will be evaluated against your used access token.

- [Remove Invoice From Work Order](https://developers.facilioo.de/reference/delete_api-work-orders-id-invoices-invoiceid.md):

Remove Invoice From Work Order

Module: Processes

Returns: Processes → Invoices → InvoiceRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Property Management Company (2)

This will be evaluated against your used access token.

- [WorkOrderAppointmentRequest](https://developers.facilioo.de/reference/workorderappointmentrequest.md): Tba - [Create Work Order Appointment Request](https://developers.facilioo.de/reference/post_api-work-order-appointment-requests.md):

Create Work Order Appointment Request

Creates a new work order appointment request from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → WorkOrderAppointmentRequestRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Work Order Appointment Requests](https://developers.facilioo.de/reference/get_api-work-order-appointment-requests.md):

List Work Order Appointment Requests

Returns a paginated list of work order appointment requests filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → WorkOrderAppointmentRequestRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Work Order Appointment Requests](https://developers.facilioo.de/reference/post_api-work-order-appointment-requests-batch.md):

Batch List Work Order Appointment Requests

Retrieves work order appointment requests matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → WorkOrderAppointmentRequestRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Work Order Appointment Requests](https://developers.facilioo.de/reference/patch_api-work-order-appointment-requests-batch.md):

Update Work Order Appointment Requests

Performs an partial update on multiple work order appointment requests identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Work Order Appointment Requests](https://developers.facilioo.de/reference/post_api-work-order-appointment-requests-search.md):

Search Work Order Appointment Requests

Performs a search applying filtering, sorting, and pagination criteria within the work order appointment requests, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → WorkOrderAppointmentRequestRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Work Order Appointment Request](https://developers.facilioo.de/reference/get_api-work-order-appointment-requests-id.md):

Get Work Order Appointment Request

Provides detailed information for a single work order appointment request identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → WorkOrderAppointmentRequestRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Work Order Appointment Request](https://developers.facilioo.de/reference/patch_api-work-order-appointment-requests-id.md):

Update Work Order Appointment Request

Applies an partial update to an existing work order appointment request specified by its ID, affecting only work order appointment requests within the caller’s permitted scope.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → WorkOrderAppointmentRequestRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Work Order Appointment Request](https://developers.facilioo.de/reference/delete_api-work-order-appointment-requests-id.md):

Delete Work Order Appointment Request

Deletes the specified work order appointment request, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [List Dates](https://developers.facilioo.de/reference/get_api-work-order-appointment-requests-id-dates.md):

List Dates

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → Dates → WorkOrderAppointmentRequestDateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

This will be evaluated against your used access token.

- [WorkOrderAppointmentRequestDate](https://developers.facilioo.de/reference/workorderappointmentrequestdate.md): Tba - [Create Work Order Appointment Request Date](https://developers.facilioo.de/reference/post_api-work-order-appointment-request-dates.md):

Create Work Order Appointment Request Date

Creates a new work order appointment request date from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → Dates → WorkOrderAppointmentRequestDateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Work Order Appointment Request Dates](https://developers.facilioo.de/reference/get_api-work-order-appointment-request-dates.md):

List Work Order Appointment Request Dates

Returns a paginated list of work order appointment request dates filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → Dates → WorkOrderAppointmentRequestDateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Work Order Appointment Request Dates](https://developers.facilioo.de/reference/post_api-work-order-appointment-request-dates-batch.md):

Batch List Work Order Appointment Request Dates

Retrieves work order appointment request dates matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → Dates → WorkOrderAppointmentRequestDateRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Work Order Appointment Request Dates](https://developers.facilioo.de/reference/patch_api-work-order-appointment-request-dates-batch.md):

Update Work Order Appointment Request Dates

Performs an partial update on multiple work order appointment request dates identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Work Order Appointment Request Dates](https://developers.facilioo.de/reference/post_api-work-order-appointment-request-dates-search.md):

Search Work Order Appointment Request Dates

Performs a search applying filtering, sorting, and pagination criteria within the work order appointment request dates, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → Dates → WorkOrderAppointmentRequestDateRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Work Order Appointment Request Date](https://developers.facilioo.de/reference/get_api-work-order-appointment-request-dates-id.md):

Get Work Order Appointment Request Date

Provides detailed information for a single work order appointment request date identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → Dates → WorkOrderAppointmentRequestDateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Work Order Appointment Request Date](https://developers.facilioo.de/reference/patch_api-work-order-appointment-request-dates-id.md):

Update Work Order Appointment Request Date

Applies an partial update to an existing work order appointment request date specified by its ID, affecting only work order appointment request dates within the caller’s permitted scope.

Module: Processes

Returns: Processes → Work Orders → Appointment Requests → Dates → WorkOrderAppointmentRequestDateRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), User (7)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Work Order Appointment Request Date](https://developers.facilioo.de/reference/delete_api-work-order-appointment-request-dates-id.md):

Delete Work Order Appointment Request Date

Deletes the specified work order appointment request date, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [WorkOrderFeedEntry](https://developers.facilioo.de/reference/workorderfeedentry.md): Tba - [Create Work Order Feed Entry](https://developers.facilioo.de/reference/post_api-work-order-feed-entries.md):

Create Work Order Feed Entry

Creates a new work order feed entry from the provided data, associating it within the requester's scope.

Module: Processes

Returns: Processes → Work Orders → Feed Entries → WorkOrderFeedEntryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Create (0)

This will be evaluated against your used access token.

- [List Work Order Feed Entries](https://developers.facilioo.de/reference/get_api-work-order-feed-entries.md):

List Work Order Feed Entries

Returns a paginated list of work order feed entries filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Work Orders → Feed Entries → WorkOrderFeedEntryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Work Order Feed Entries](https://developers.facilioo.de/reference/post_api-work-order-feed-entries-batch.md):

Batch List Work Order Feed Entries

Retrieves work order feed entries matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Work Orders → Feed Entries → WorkOrderFeedEntryRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Work Order Feed Entries](https://developers.facilioo.de/reference/patch_api-work-order-feed-entries-batch.md):

Update Work Order Feed Entries

Performs an partial update on multiple work order feed entries identified by a list of IDs, limited to those within the caller’s scope. This endpoint is designed to streamline modifications that need to be applied across many records, improving efficiency and consistency.

Module: Processes

Returns: System → Int32 (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Search Work Order Feed Entries](https://developers.facilioo.de/reference/post_api-work-order-feed-entries-search.md):

Search Work Order Feed Entries

Performs a search applying filtering, sorting, and pagination criteria within the work order feed entries, that the caller is permitted to query. Returns a paginated list matching the search conditions.

Module: Processes

Returns: Processes → Work Orders → Feed Entries → WorkOrderFeedEntryRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Work Order Feed Entry](https://developers.facilioo.de/reference/get_api-work-order-feed-entries-id.md):

Get Work Order Feed Entry

Provides detailed information for a single work order feed entry identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Work Orders → Feed Entries → WorkOrderFeedEntryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Update Work Order Feed Entry](https://developers.facilioo.de/reference/patch_api-work-order-feed-entries-id.md):

Update Work Order Feed Entry

Applies an partial update to an existing work order feed entry specified by its ID, affecting only work order feed entries within the caller’s permitted scope.

Module: Processes

Returns: Processes → Work Orders → Feed Entries → WorkOrderFeedEntryRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Update (2)

This will be evaluated against your used access token.

- [Delete Work Order Feed Entry](https://developers.facilioo.de/reference/delete_api-work-order-feed-entries-id.md):

Delete Work Order Feed Entry

Deletes the specified work order feed entry, if it falls within the caller’s scope.

Module: Processes

Returns: Void

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2)

Required Permissions: Delete (3)

This will be evaluated against your used access token.

- [WorkOrderStatus](https://developers.facilioo.de/reference/workorderstatus.md): Tba - [List Work Order Statuses](https://developers.facilioo.de/reference/get_api-work-order-statuses.md):

List Work Order Statuses

Returns a paginated list of work order statuses filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Work Orders → Statuses → WorkOrderStatusRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Work Order Statuses](https://developers.facilioo.de/reference/post_api-work-order-statuses-batch.md):

Batch List Work Order Statuses

Retrieves work order statuses matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Work Orders → Statuses → WorkOrderStatusRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Work Order Statu](https://developers.facilioo.de/reference/get_api-work-order-statuses-id.md):

Get Work Order Statu

Provides detailed information for a single work order statu identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Work Orders → Statuses → WorkOrderStatusRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [List Work Order Types](https://developers.facilioo.de/reference/get_api-work-order-types.md):

List Work Order Types

Returns a paginated list of work order types filtered to include only those within the scope of the caller’s permissions. Supports sorting and pagination parameters to efficiently navigate through the data.

Module: Processes

Returns: Processes → Work Order Types → WorkOrderTypeRead (paginated)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Batch List Work Order Types](https://developers.facilioo.de/reference/post_api-work-order-types-batch.md):

Batch List Work Order Types

Retrieves work order types matching the specified list of IDs, limited to those within the caller’s permitted scope. This batch retrieval optimizes network calls by returning multiple items in one request.

Module: Processes

Returns: Processes → Work Order Types → WorkOrderTypeRead (list)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

- [Get Work Order Type](https://developers.facilioo.de/reference/get_api-work-order-types-id.md):

Get Work Order Type

Provides detailed information for a single work order type identified by its ID, if it falls within the caller’s scope.

Module: Processes

Returns: Processes → Work Order Types → WorkOrderTypeRead (single)

Authorization

Required Token Scopes: Platform (0)

Allowed Party Types (Account Role): Admin (1), Property Management Company (2), Pool Manager (3), Contractor (5), User (7), Insurance Broker (13), Insurer (14)

This will be evaluated against your used access token.

## Recipes - [Authentication](https://developers.facilioo.de/recipes/authentication.md) - [Webhooks](https://developers.facilioo.de/recipes/webhooks.md) ## Changelog - [Version 2.0](https://developers.facilioo.de/changelog/version-20.md) - [Version 1.27.0](https://developers.facilioo.de/changelog/version-1270.md) - [Version 1.0](https://developers.facilioo.de/changelog/welcome-to-facilioo.md)