# 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):
Creates a new account from the provided data, associating it within the requester's scope.
Module: Authentication
Returns: Identity → Accounts → AccountRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Returns the account of the currently used authentication token.
Module: Authentication
Returns: Identity → Accounts → AccountRead (single)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified account, if it falls within the caller’s scope.
Module: Authentication
Returns: Void
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):Module: Authentication
Returns: Identity → Application Requests → AccountActivationMessageResponse (single)
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):Module: Authentication
Returns: Void
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):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)
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):Shows the account contact details for the given account.
Module: Authentication
Returns: Master Data → Accounts → Contact Details → AccountContactDetailsRead (paginated)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Returns the party of the given account.
Module: Authentication
Returns: Identity → Parties → PartyRead (single)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Shows the accessible accounts of the given account.
Module: Authentication
Returns: Identity → Accounts → AccountRead (paginated)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified account contact detail, if it falls within the caller’s scope.
Module: Identity
Returns: Void
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified account group, if it falls within the caller’s scope.
Module: Identity
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new attendance from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Attendances → AttendanceRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified attendance, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Creates a new attribute from the provided data, associating it within the requester's scope.
Module: Attributes
Returns: Master Data → Properties → Attributes → AttributeRead (single)
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):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)
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):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)
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):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)
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):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)
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):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)
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):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)
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):Deletes the specified attribute, if it falls within the caller’s scope.
Module: Attributes
Returns: Void
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):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)
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):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)
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):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)
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):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)
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):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)
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):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)
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):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)
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):Deletes the specified attribute group, if it falls within the caller’s scope.
Module: Attributes
Returns: Void
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):Module: Attributes
Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)
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):Module: Attributes
Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)
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):Module: Attributes
Returns: Master Data → Properties → Attribute Values → AttributeValueRead (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
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):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)
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):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)
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):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)
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):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)
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):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)
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):Deletes the specified attribute value, if it falls within the caller’s scope.
Module: Attributes
Returns: Void
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):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):Completes the MFA challenge using a token and nonce. Requires authentication and MFA scope.
Module: Authentication
Returns: Identity → Application Requests → LoginCommandResponse (single)
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):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):Resends the MFA challenge email to the user. Requires authentication and MFA scope.
Module: Authentication
Returns: Void
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):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):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):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):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):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 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified bank account, if it falls within the caller’s scope.
Module: Bank Accounts
Returns: Void
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified booking account, if it falls within the caller’s scope.
Module: Booking Accounts
Returns: Void
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified booking account item, if it falls within the caller’s scope.
Module: Booking Accounts
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new chatbot configuration from the provided data, associating it within the requester's scope.
Module: Chatbot
Returns: Chatbot → Chatbot Configurations → ChatbotConfigurationRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified chatbot configuration, if it falls within the caller’s scope.
Module: Chatbot
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Chatbot
Returns: Chatbot → Chatbot Messages → ChatbotMessageRead (paginated)
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):Creates a new chatbot message from the provided data, associating it within the requester's scope.
Module: Chatbot
Returns: Chatbot → Chatbot Messages → ChatbotMessageRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified chatbot message, if it falls within the caller’s scope.
Module: Chatbot
Returns: Void
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):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)
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):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)
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):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)
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):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)
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):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)
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):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)
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):Deletes the specified chat gpt setting, if it falls within the caller’s scope.
Module: Integrations
Returns: Void
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified cloud connect audit, if it falls within the caller’s scope.
Module: Cloud Connect
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new conference from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Conferences → ConferenceRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Conferences
Returns: Conferences → Attendances → AttendanceRead (single)
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):Module: Conferences
Returns: Conferences → Attendances → AttendanceRead (single)
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):Module: Conferences
Returns: Conferences → Topics → TopicRead (list)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified conference, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: Documents → Files → FileAttachmentRead (paginated)
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):Module: Conferences
Returns: Conferences → Attendances → AttendanceRead (paginated)
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):Module: Conferences
Returns: Conferences → Conferences → ConferenceChecklist (single)
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):Module: Conferences
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):Module: Conferences
Returns: Conferences → Conference Events → ConferenceEventRead (paginated)
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):Module: Conferences
Returns: Void
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: Conferences → Mandates → MandateRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolutions → ResolutionRead (paginated)
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):Module: Conferences
Returns: Documents → Files → FileDownloadResponse (single)
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):Module: Conferences
Returns: Identity → Parties → PartyRead (paginated)
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):Module: Conferences
Returns: Conferences → Voting → Votes → PredefinedVoteRead (paginated)
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):Module: Conferences
Returns: Master Data → Properties → Properties → PropertyRead (single)
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: Conferences → Resolutions → ResolutionRead (paginated)
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolutions → ResolutionRead (paginated)
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: Conferences → Roles → ConferenceRole (paginated)
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):Module: Conferences
Returns: Conferences → Roles → ConferenceRole (list)
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):Module: Conferences
Returns: Conferences → Signees → SigneeRead (paginated)
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):Module: Conferences
Returns: System → Object (list)
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):Module: Conferences
Returns: Conferences → Topics → TopicRead (paginated)
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):Module: Conferences
Returns: Conferences → Voting Groups → VotingGroupRead (paginated)
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):Module: Conferences
Returns: Conferences → Voting Groups → VotingGroupShares (paginated)
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):Module: Conferences
Returns: Conferences → Voting → Sessions → VotingSessionRead (paginated)
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):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)
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):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)
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):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)
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):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)
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):Module: Conferences
Returns: Conferences → Document Settings → DocumentSettingsRead (single)
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):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)
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):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)
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):Deletes the specified conference document setting, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified conference document template, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Creates a new conference setting from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Settings → SettingsRead (single)
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):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)
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):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)
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):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)
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):Module: Conferences
Returns: Conferences → Settings → SettingsRead (single)
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):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)
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):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)
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):Deletes the specified conference setting, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Creates a new conference vote from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Voting → Votes → ConferenceVoteRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified conference vote, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Creates a new connect from the provided data, associating it within the requester's scope.
Module: Integrations
Returns: Integrations → Connect → ConnectRead (single)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
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):Deletes the specified connect, if it falls within the caller’s scope.
Module: Integrations
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Consumptions
Returns: System → Object (list)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Consumptions
Returns: Identity → Parties → PartyRead (paginated)
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):Module: Consumptions
Returns: Identity → Parties → PartyRead (paginated)
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):Module: Consumptions
Returns: Consumptions → Readings → ConsumptionReadingRead (paginated)
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):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)
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):Creates a new consumption reading from the provided data, associating it within the requester's scope.
Module: Consumptions
Returns: Consumptions → Readings → ConsumptionReadingRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified consumption reading, if it falls within the caller’s scope.
Module: Consumptions
Returns: Void
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):Module: Consumptions
Returns: Consumptions → Readings → ConsumptionReadingDate (paginated)
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):Module: Consumptions
Returns: Consumptions → Readings → ConsumptionReadingDate (paginated)
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):Module: Consumptions
Returns: Consumptions → Consumption Readings → ConsumptionReadingExtended (paginated)
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):Module: Consumptions
Returns: Consumptions → Consumption Readings → ConsumptionReadingExtended (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified contact detail, if it falls within the caller’s scope.
Module: Identity
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Customer Apps
Returns: System → Int32 (list)
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):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)
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):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)
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):Module: Customer Apps
Returns: Customer App → Customer Apps → CustomerAppStartupConfiguration (single)
- [Get Customer App](https://developers.facilioo.de/reference/get_api-customer-apps-id.md):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new document from the provided data, associating it within the requester's scope.
Module: Documents
Returns: Documents → Documents → DocumentRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified document, if it falls within the caller’s scope.
Module: Documents
Returns: Void
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):Module: Documents
Returns: Documents → Documents → Shares → DocumentShareRead (paginated)
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):Module: Documents
Returns: Documents → Documents → Shares → DocumentShareRead (list)
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):Module: Documents
Returns: Documents → Document Background Jobs → DocumentBackgroundJobRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new document group from the provided data, associating it within the requester's scope.
Module: Documents
Returns: Documents → Document Groups → DocumentGroupRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified document group, if it falls within the caller’s scope.
Module: Documents
Returns: Void
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):Module: Documents
Returns: Documents → Documents → DocumentRead (paginated)
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):Creates a new document share from the provided data, associating it within the requester's scope.
Module: Documents
Returns: Documents → Documents → Shares → DocumentShareRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified document share, if it falls within the caller’s scope.
Module: Documents
Returns: Void
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):Module: Integrations
Returns: Void
- [Import Document](https://developers.facilioo.de/reference/post_api-integrations-docuware-import.md):Module: Integrations
Returns: Void
- [Create Editor Text Block](https://developers.facilioo.de/reference/post_api-editor-text-blocks.md):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified editor text block, if it falls within the caller’s scope.
Module: Editor Text Blocks
Returns: Void
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):Creates a new entrance from the provided data, associating it within the requester's scope.
Module: Properties
Returns: Master Data → Properties → Entrances → EntranceRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified entrance, if it falls within the caller’s scope.
Module: Properties
Returns: Void
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):Module: Properties
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified erp import, if it falls within the caller’s scope.
Module: Integrations
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Faqs
Returns: Customer App → Faqs → FaqRead (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new file from the provided data, associating it within the requester's scope.
Module: Documents
Returns: Documents → Files → FileRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified file, if it falls within the caller’s scope.
Module: Documents
Returns: Void
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):Module: Documents
Returns: System → Object (list)
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):Module: Documents
Returns: Documents → Documents → DocumentRead (single)
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):Module: Documents
Returns: Documents → Files → FileDownloadResponse (single)
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):Module: Documents
Returns: Processes → Feed → ProcessFeedRead (paginated)
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):Module: Documents
Returns: Documents → Files → Queries → Helper → ThumbnailQueryResponse (single)
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):Module: Documents
Returns: Documents → File Types → FileTypeRead (single)
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):Module: Documents
Returns: Documents → Files → FileUploadResponse (single)
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):Module: Documents
Returns: Documents → Files → FileRead (paginated)
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):Module: Documents
Returns: Documents → Files → FileRead (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Monitoring
Returns: Void
- [Get Liveness](https://developers.facilioo.de/reference/get_api-health-live.md):Module: Monitoring
Returns: Void
- [Get Readiness](https://developers.facilioo.de/reference/get_api-health-ready.md):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):Creates a new inquiry from the provided data, associating it within the requester's scope.
Module: Inquiries
Returns: Inquiries → Inquiries → InquiryRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified inquiry, if it falls within the caller’s scope.
Module: Inquiries
Returns: Void
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):Module: Inquiries
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Inquiries
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Inquiries
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Inquiries
Returns: Documents → Files → FileRead (paginated)
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):Module: Inquiries
Returns: Documents → Files → FileRead (paginated)
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):Module: Inquiries
Returns: Documents → Files → FileRead (paginated)
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):Module: Inquiries
Returns: Documents → Files → FileRead (paginated)
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):Module: Inquiries
Returns: Documents → Files → FileRead (paginated)
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):Module: Inquiries
Returns: Documents → Files → FileRead (paginated)
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):Module: Inquiries
Returns: Inquiries → Ai Evaluations → InquiryAiEvaluationRead (single)
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):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)
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):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)
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):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)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new invoice from the provided data, associating it within the requester's scope.
Module: Processes
Returns: Processes → Invoices → InvoiceRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified invoice, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Module: Processes
Returns: Documents → Files → FileRead (paginated)
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):Module: Processes
Returns: Documents → Files → FileRead (paginated)
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):Module: Processes
Returns: Documents → Files → FileRead (paginated)
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):Creates a new mandate from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Mandates → MandateRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified mandate, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Voting → Votes → PredefinedVoteRead (paginated)
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):Module: Conferences
Returns: Conferences → Voting → Votes → PredefinedVoteRead (list)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new notice from the provided data, associating it within the requester's scope.
Module: Notices
Returns: Processes → Notices → NoticeRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified notice, if it falls within the caller’s scope.
Module: Notices
Returns: Void
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):Module: Notices
Returns: Processes → Notices → Accesses → NoticeAccessRead (paginated)
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):Module: Notices
Returns: Documents → Files → FileRead (paginated)
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):Module: Notices
Returns: Processes → Notices → Accesses → NoticeAccessRead (single)
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):Module: Integrations
Returns: Processes → Processes → ProcessRead (single)
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):Module: Integrations
Returns: Processes → Processes → ProcessRead (single)
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):Module: Integrations
Returns: Processes → Processes → ProcessRead (single)
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):Creates a new party from the provided data, associating it within the requester's scope.
Module: Identity
Returns: Identity → Parties → PartyRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Returns the party of the currently used authentication token.
Module: Identity
Returns: Identity → Parties → PartyRead (single)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Identity
Returns: Customer App → Customer Apps → CustomerAppStartupConfiguration (single)
- [Get Party](https://developers.facilioo.de/reference/get_api-parties-id.md):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)
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):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)
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):Deletes the specified party, if it falls within the caller’s scope.
Module: Identity
Returns: Void
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):Module: Identity
Returns: Identity → Accounts → AccountRead (single)
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):Module: Identity
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Identity
Returns: Master Data → Parties → Trades → TradeRead (paginated)
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):Module: Identity
Returns: Master Data → Properties → Properties → PropertyRead (paginated)
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):Module: Identity
Returns: Master Data → Parties → Contact Details → ContactDetailsRead (paginated)
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):Module: Identity
Returns: Master Data → Parties → Contact Details → ContactDetailsRead (list)
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):Module: Identity
Returns: Customer App → Customer Apps → CustomerAppStartupConfiguration (single)
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):Module: Identity
Returns: Documents → Document Groups → DocumentGroupRead (paginated)
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):Module: Identity
Returns: System → String (paginated)
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):Module: Identity
Returns: System → String (list)
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):Module: Identity
Returns: Documents → Files → FileDownloadResponse (single)
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):Module: Identity
Returns: Processes → Processes → ProcessRead (paginated)
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):Module: Identity
Returns: Master Data → Parties → Trades → TradeRead (paginated)
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):Module: Identity
Returns: Master Data → Parties → Trades → TradeRead (paginated)
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):Module: Identity
Returns: Master Data → Properties → Properties → PropertyRead (paginated)
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):Module: Identity
Returns: Master Data → Parties → Trades → TradeRead (paginated)
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):Module: Identity
Returns: Documents → Documents → DocumentRead (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new predefined vote from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Voting → Votes → PredefinedVoteRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified predefined vote, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Creates a new proces from the provided data, associating it within the requester's scope.
Module: Processes
Returns: Processes → Processes → ProcessRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified proces, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Module: Processes
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Processes
Returns: Processes → Feed → ProcessFeedRead (paginated)
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):Module: Processes
Returns: Processes → Feed → ProcessFeedRead (paginated)
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):Module: Processes
Returns: Documents → Files → FileRead (paginated)
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):Module: Processes
Returns: Inquiries → Inquiries → InquiryRead (paginated)
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):Module: Processes
Returns: Processes → Process Insurance Claims → ProcessInsuranceClaimRead (paginated)
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):Module: Processes
Returns: Processes → Stages → ProcessStageRead (single)
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):Module: Processes
Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (paginated)
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):Module: Processes
Returns: Identity → Accounts → AccountRead (paginated)
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):Returns the entities related to the specified resource.
Module: Processes
Returns: Processes → User Tasks → UserTaskRead (paginated)
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):Module: Processes
Returns: Processes → Work Orders → WorkOrderRead (paginated)
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):Module: Processes
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Processes
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Processes
Returns: Identity → Accounts → AccountRead (paginated)
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):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)
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):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)
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):Returns all units that are additionally linked to this process (can be an empty set). The main unit (
Module: Processes
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):Creates a new process feed from the provided data, associating it within the requester's scope.
Module: Processes
Returns: Processes → Feed → ProcessFeedRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified process feed, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Module: Processes
Returns: Identity → Parties → PartyRead (paginated)
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):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)
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):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)
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):Module: Processes
Returns: Documents → Files → FileRead (paginated)
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):Module: Processes
Returns: Processes → Notifications → ProcessNotificationRead (paginated)
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):Module: Processes
Returns: Documents → Files → FileRead (paginated)
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):Module: Processes
Returns: Documents → Files → FileRead (paginated)
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):Module: Processes
Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (single)
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):Module: Processes
Returns: Void
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):Module: Processes
Returns: Processes → Feed → Categories → ProcessFeedCategoryRead (single)
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):Returns the creator party of the given process feed.
Module: Processes
Returns: Identity → Parties → PartyRead (single)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified process feed category, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified process insurance claim, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Creates a new process notification from the provided data, associating it within the requester's scope.
Module: Processes
Returns: Processes → Notifications → ProcessNotificationRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified process notification, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Creates a new process stage from the provided data, associating it within the requester's scope.
Module: Processes
Returns: Processes → Stages → ProcessStageRead (single)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
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):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)
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):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)
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):Deletes the specified process stage, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Module: Processes
Returns: Processes → Types → ProcessTypeRead (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Processes
Returns: Processes → Processes → ExtendedProcessStageRead (paginated)
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):Module: Processes
Returns: Processes → Stages → ProcessStageProcessTypeRead (single)
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):Module: Processes
Returns: Processes → Stages → ProcessStageRead (paginated)
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):Creates a new property from the provided data, associating it within the requester's scope.
Module: Properties
Returns: Master Data → Properties → Properties → PropertyRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
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):Deletes the specified property, if it falls within the caller’s scope.
Module: Properties
Returns: Void
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):Module: Properties
Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Attribute Values → AttributeValueRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Attributes → AttributeRead (paginated)
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):Module: Properties
Returns: Master Data → Parties → Bank Accounts → BankAccountRead (paginated)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Properties
Returns: Master Data → Parties → Bank Accounts → BankAccountRead (paginated)
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):Module: Properties
Returns: Master Data → Parties → Bank Accounts → BankAccountRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Billing Addresses → BillingAddressRead (paginated)
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):Module: Properties
Returns: Conferences → Settings → SettingsRead (single)
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):Module: Properties
Returns: Conferences → Conferences → ConferenceRead (paginated)
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):Module: Properties
Returns: Identity → Parties → PartyRead (paginated)
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):Module: Properties
Returns: Documents → Document Groups → DocumentGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):Module: Properties
Returns: Customer App → Property Emergency Contacts → PropertyEmergencyContactRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Entrances → EntranceRead (paginated)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Properties
Returns: Documents → Files → FileDownloadResponse (single)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Properties
Returns: Identity → Parties → PartyRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):Module: Properties
Returns: Documents → Files → FileRead (single)
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):Module: Properties
Returns: Documents → Files → FileRead (single)
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):Module: Properties
Returns: Processes → Processes → ProcessRead (paginated)
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):Module: Properties
Returns: System → Object (list)
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):Module: Properties
Returns: Conferences → Resolutions → ResolutionRead (paginated)
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):Returns all Accounts of the Owner Party of the associated Tenant of the Property. To retrieve the Accounts responsible for this particular Property, use
Module: Properties
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Properties
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Properties → Roles → PropertyRoleRead (single)
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):Module: Properties
Returns: Master Data → Properties → Properties → Roles → Mappings → PropertyRoleMapping (paginated)
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):Module: Properties
Returns: Master Data → Properties → Properties → Roles → Mappings → PropertyRoleMapping (paginated)
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):Module: Properties
Returns: Master Data → Properties → Properties → Roles → Mappings → PropertyRoleMapping (paginated)
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):Module: Properties
Returns: Master Data → Properties → Properties → Roles → Mappings → PropertyRoleMapping (paginated)
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):Module: Properties
Returns: Master Data → Properties → Attributes → AttributeRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Tenants → TenantRead (single)
Required Token Scopes: Platform (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):Module: Properties
Returns: Master Data → Properties → Unit Contracts → UnitContractRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Units → DetailedUnitRead (paginated)
Required Token Scopes: Platform (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):Module: Properties
Returns: Attributes → Responses → SharesResponse (paginated)
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):Module: Properties
Returns: Conferences → Voting Groups → VotingGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Parties → Trades → TradeRead (paginated)
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):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)
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):Removes a trade assignment for a construction party on a property.
Module: Properties
Returns: Identity → Parties → PartyRead (paginated)
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):Module: Properties
Returns: Documents → Documents → DocumentRead (paginated)
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):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)
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):Module: Properties
Returns: Documents → Files → FileRead (single)
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):Module: Properties
Returns: Master Data → Properties → Properties → PropertyRead (single)
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):Module: Properties
Returns: Master Data → Properties → Properties → PropertyRead (single)
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):Module: Properties
Returns: Master Data → Parties → Trades → TradeRead (paginated)
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):Returns the construction parties assigned to the specified trade for this property.
Module: Properties
Returns: Identity → Parties → PartyRead (paginated)
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):Module: Properties
Returns: Identity → Parties → PartyRead (paginated)
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):Returns the technical unit of a property if it exists.
Module: Properties
Returns: Master Data → Properties → Units → UnitRead (single)
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):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)
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):Module: Properties
Returns: Master Data → Properties → Properties → Roles → PropertyRoleRead (paginated)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified property billing addres, if it falls within the caller’s scope.
Module: Properties
Returns: Void
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified property emergency contact, if it falls within the caller’s scope.
Module: Properties
Returns: Void
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):Module: Identity
Returns: Identity → Parties → PartyRead (paginated)
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):Module: Identity
Returns: Identity → Parties → PartyRead (single)
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):Module: Identity
Returns: Conferences → Interfaces → ConferenceInterfaceRead (single)
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):Module: Identity
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Authentication
Returns: Identity → Accounts → AccountRead (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new resolution from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Resolutions → ResolutionRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified resolution, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Resolution Attachments → ResolutionAttachmentRead (paginated)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolutions → ResolutionRead (paginated)
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):Module: Conferences
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):Module: Conferences
Returns: Master Data → Properties → Units → UnitRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolution Options → ResolutionOptionRead (paginated)
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):Module: Conferences
Returns: Conferences → Voting Groups → VotingGroupRead (paginated)
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):Module: Conferences
Returns: Conferences → Voting → Sessions → VotingSessionRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolution Attachments → ResolutionAttachmentRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolution Attachments → ResolutionAttachmentRead (single)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):Creates a new resolution option from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Resolution Options → ResolutionOptionRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified resolution option, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Resolutions → ResolutionRead (single)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolution Options → ResolutionOptionRead (list)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified resolution option template, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Creates a new resolution template from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Resolution Templates → ResolutionTemplateRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified resolution template, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolution Option Templates → ResolutionOptionTemplateRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolution Templates → ResolutionTemplateRead (list)
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):Creates a new signee from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Signees → SigneeRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified signee, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified smart lock activity attempt, if it falls within the caller’s scope.
Module: Smart Locks
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new tenant from the provided data, associating it within the requester's scope.
Module: Identity
Returns: Master Data → Properties → Tenants → TenantRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified tenant, if it falls within the caller’s scope.
Module: Identity
Returns: Void
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):Module: Identity
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Identity
Returns: Identity → Tenant Party Accesses → TenantPartyAccess (paginated)
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):Module: Identity
Returns: Identity → Tenant Party Accesses → TenantPartyAccess (paginated)
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):Module: Identity
Returns: Master Data → Properties → Properties → PropertyRead (paginated)
Required Token Scopes: Platform (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):Module: Identity
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Identity
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Identity
Returns: Identity → Tenant Party Accesses → TenantPartyAccess (paginated)
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):Module: Identity
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Identity
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Customer Apps
Returns: Customer App → Terms → TermRead (single)
- [Create Topic](https://developers.facilioo.de/reference/post_api-topics.md):Creates a new topic from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Topics → TopicRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified topic, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Topic Attachments → TopicAttachmentRead (paginated)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):Module: Conferences
Returns: Conferences → Topic Notes → TopicNoteRead (paginated)
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):Module: Conferences
Returns: Conferences → Topic Notes → TopicNoteRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolutions → ResolutionRead (paginated)
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):Module: Conferences
Returns: Conferences → Topic Attachments → TopicAttachmentRead (paginated)
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):Module: Conferences
Returns: Conferences → Topic Attachments → TopicAttachmentRead (single)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):Module: Conferences
Returns: Documents → Files → FileRead (paginated)
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):Module: Conferences
Returns: Conferences → Resolutions → ResolutionRead (list)
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):Creates a new topic note from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Topic Notes → TopicNoteRead (single)
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):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)
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):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)
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):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)
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):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)
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):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)
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):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)
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):Deletes the specified topic note, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Creates a new topic template from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Topic Templates → TopicTemplateRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified topic template, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Topic Templates → TopicTemplateRead (list)
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):Module: Conferences
Returns: Conferences → Resolution Templates → ResolutionTemplateRead (paginated)
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):Module: Conferences
Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (paginated)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified topic template resolution template, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Topic Templates → Resolution Templates → TopicTemplateResolutionTemplateRead (list)
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):Creates a new trade from the provided data, associating it within the requester's scope.
Module: Trades
Returns: Master Data → Parties → Trades → TradeRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified trade, if it falls within the caller’s scope.
Module: Trades
Returns: Void
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):Creates a new unit from the provided data, associating it within the requester's scope.
Module: Properties
Returns: Master Data → Properties → Units → UnitRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified unit, if it falls within the caller’s scope.
Module: Properties
Returns: Void
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):Module: Properties
Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Attribute Groups → AttributeGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Unit Contracts → UnitContractRead (paginated)
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):Module: Properties
Returns: Documents → Document Groups → DocumentGroupRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Entrances → EntranceRead (single)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Properties
Returns: Master Data → Properties → Unit Contracts → Holding Types → UnitHoldingTypeRead (single)
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):Module: Properties
Returns: Processes → Processes → ProcessRead (paginated)
Required Token Scopes: Platform (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):Module: Properties
Returns: Master Data → Properties → Properties → PropertyRead (single)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Properties
Returns: Attributes → Responses → SharesResponse (single)
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):Module: Properties
Returns: Master Data → Properties → Attribute Values → NestedAttributeValueRead (paginated)
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):Module: Properties
Returns: Master Data → Properties → Tenants → TenantRead (single)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Properties
Returns: Master Data → Properties → Units → Types → UnitTypeRead (single)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Properties
Returns: Documents → Documents → DocumentRead (paginated)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified unit contract, if it falls within the caller’s scope.
Module: Properties
Returns: Void
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):Module: Properties
Returns: Identity → Parties → PartyRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new user task from the provided data, associating it within the requester's scope.
Module: Processes
Returns: Processes → User Tasks → UserTaskRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified user task, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Module: Processes
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Processes
Returns: Documents → Files → FileRead (paginated)
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):Module: Processes
Returns: Processes → User Tasks → Feed Entries → UserTaskFeedEntryRead (paginated)
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):Module: Processes
Returns: Processes → User Tasks → Notifications → UserTaskNotificationRead (paginated)
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):Returns the entities related to the specified resource.
Module: Processes
Returns: Processes → Processes → ProcessRead (paginated)
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):Module: Processes
Returns: Identity → Accounts → AccountRead (paginated)
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):Module: Processes
Returns: Identity → Accounts → AccountRead (paginated)
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):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)
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):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)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified user task collection, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified user task notification, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Module: Conferences
Returns: Conferences → Voting → End Reasons → VotingEndReasonRead (paginated)
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):Creates a new voting group from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Voting Groups → VotingGroupRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified voting group, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Voting → Votes → VotingGroupVoteRead (paginated)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified voting group vote, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Voting → Majorities → VotingMajorityRead (paginated)
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):Module: Conferences
Returns: Conferences → Voting → Procedures → VotingProcedureRead (paginated)
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):Creates a new voting session from the provided data, associating it within the requester's scope.
Module: Conferences
Returns: Conferences → Voting → Sessions → VotingSessionRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified voting session, if it falls within the caller’s scope.
Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Voting → Votes → ResultsCount (single)
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):Module: Conferences
Returns: Conferences → Sum Votes → SumVoteRead (paginated)
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):Module: Conferences
Returns: Conferences → Voting → Votes → ConferenceVoteRead (paginated)
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):Module: Conferences
Returns: Void
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):Module: Conferences
Returns: Conferences → Voting → Votes → VotingGroupVoteRead (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Returns the entities related to the specified resource.
Module: Webhooks
Returns: Web Hooks → WebhookAttemptRead (paginated)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):Creates a new webhook registration from the provided data, associating it within the requester's scope.
Module: Webhooks
Returns: Web Hooks → WebhookRegistrationRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified webhook registration, if it falls within the caller’s scope.
Module: Webhooks
Returns: Void
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):Returns the entities related to the specified resource.
Module: Webhooks
Returns: Web Hooks → WebhookRead (paginated)
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):Creates a new work order from the provided data, associating it within the requester's scope.
Module: Processes
Returns: Processes → Work Orders → WorkOrderRead (single)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified work order, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Module: Processes
Returns: Processes → Work Orders → Appointment Requests → WorkOrderAppointmentRequestRead (paginated)
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):Module: Processes
Returns: Processes → Invoices → InvoiceRead (paginated)
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):Module: Processes
Returns: Processes → Invoices → InvoiceRead (paginated)
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):Module: Processes
Returns: Processes → Invoices → InvoiceRead (paginated)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified work order appointment request, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):Module: Processes
Returns: Processes → Work Orders → Appointment Requests → Dates → WorkOrderAppointmentRequestDateRead (paginated)
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified work order appointment request date, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
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):Deletes the specified work order feed entry, if it falls within the caller’s scope.
Module: Processes
Returns: Void
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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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):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)
Required Token Scopes: Platform (0)
Allowed Party Types (Account Role): Admin (1), Property 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)