# inwendo ERP API ## Description This is version `2025111901` of this API documentation. Last update on Nov 20, 2025. ### License and Disclaimers: Users are permitted to use and modify our public REST APIs to facilitate their use of the inwendo ERP in a manner consistent with the rights they’ve separately purchased from inwendo, during the term of their license or subscription. We do not make any guarantees, representations or other warranties with respect to our public REST APIs or any improvements. In addition, we do not provide any particular support with respect to our public REST APIs, unless we’ve otherwise agreed to do so in writing. ### Backward Compatibility and Limitations: The last thing developers and businesses need is to be surprised that a crucial endpoint is no longer reachable, behaving unexpectedly, or has changed in any way that disrupts or breaks an established workflow. We take steps designed to ensure backwards compatibility of our APIs. We consider the following changes to be backwards-compatible: #### Additive changes: • Adding a new resource (i.e. adding a new URL or path to the APIs) • Adding new optional request parameters • Adding new JSON fields in API responses • Changing the length or format of strings in error messages #### Limits and Constraints: • Your API client consumer should gracefully handle any of the additive changes above. • inwendo might apply sensible concurrency and rate limits when the integrity of the inwendo ERP and/or service degradation is at risk, even if an individual resource has no rate limits currently. #### Versions and Sunsetting: • When breaking changes are required to innovate and evolve the inwendo ERP, we will provide version updates for individual APIs as designated by changes to the next whole number -- for example, /v1/metrics, /v2/metrics, etc. ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication The API accepts 3 different authentication methods: - Login config (http_api_key) - Jwt token internal (http_api_key) - Session token (http_api_key) ## Endpoints and operations ### [Login / E-Mail Login](https://developer.inwendo-vereinssoftware.de/group/endpoint-login-e-mail-login.md) - [Do log in with email and password](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_login.md) - [Do reset password for email](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_login_reset.md) - [Remove own login - Requires own password](https://developer.inwendo-vereinssoftware.de/operation/operation-post_delete_login_reset.md) ### [Login / Logout](https://developer.inwendo-vereinssoftware.de/group/endpoint-login-logout.md) - [Do log out](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_logout.md) ### [User / User](https://developer.inwendo-vereinssoftware.de/group/endpoint-user-user.md) - [This method will get a single User Object with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_user.md) - [This method will update a User Object](https://developer.inwendo-vereinssoftware.de/operation/operation-put_put_user.md) - [This method will get all User Objects](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_users.md) - [This method will get your User Object](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_user_profile.md) ### [User / UserAccessGroup](https://developer.inwendo-vereinssoftware.de/group/endpoint-user-useraccessgroup.md) - [Return all UserAccessGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_user_access_groups.md) - [Add new UserAccessGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_user_access_group.md) - [Return a single UserAccessGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_user_access_group.md) - [Update a single UserAccessGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-put_put_user_access_group.md) ### [Session / Session](https://developer.inwendo-vereinssoftware.de/group/endpoint-session-session.md) - [This method will get the active Session Object](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_sessions.md) - [Update Customer Profile on User](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_session.md) - [This method will get the sso link with a token - set query parameter durableJwt=1 to get a long-lasting token without the option to login as the user](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_session_sso.md) - [Verify 2FA code for this session](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_session_verify2fa.md) ### [Social Login / Google Login](https://developer.inwendo-vereinssoftware.de/group/endpoint-social-login-google-login.md) - [Get redirect for google login](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_google_logins.md) - [Do log in with google code](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_google_login.md) ### [Access / AccessTag](https://developer.inwendo-vereinssoftware.de/group/endpoint-access-accesstag.md) - [Returns a list of all AccessTag](https://developer.inwendo-vereinssoftware.de/operation/operation-get_base_access_tag_cget.md) - [Add new AccessTag](https://developer.inwendo-vereinssoftware.de/operation/operation-post_base_access_tag_post.md) - [Return single AccessTag](https://developer.inwendo-vereinssoftware.de/operation/operation-get_base_access_tag_get.md) - [Update single AccessTag](https://developer.inwendo-vereinssoftware.de/operation/operation-put_base_access_tag_put.md) ### [Login / JWT ApiAccess](https://developer.inwendo-vereinssoftware.de/group/endpoint-login-jwt-apiaccess.md) - [Creates a new MqttToken as a super admin](https://developer.inwendo-vereinssoftware.de/operation/operation-get_api_token_create_mqtt_jwt_action.md) - [Creates a new JWT Login Token](https://developer.inwendo-vereinssoftware.de/operation/operation-get_api_token_create_jwt_action.md) - [Return single ApiAccessToken](https://developer.inwendo-vereinssoftware.de/operation/operation-get_api_access_token_get.md) - [Delete single ApiAccessToken](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_api_access_token_delete.md) - [Returns a list of own ApiAccessToken](https://developer.inwendo-vereinssoftware.de/operation/operation-get_api_access_token_cget.md) - [Test if the api access token is valid](https://developer.inwendo-vereinssoftware.de/operation/operation-get_api_access_token_test.md) ### [User / User2Factor](https://developer.inwendo-vereinssoftware.de/group/endpoint-user-user2factor.md) - [This method will create a new User2Factor Object for given type](https://developer.inwendo-vereinssoftware.de/operation/operation-get_user_2fa_get.md) - [This method will verify a User2Factor Object](https://developer.inwendo-vereinssoftware.de/operation/operation-get_user_2fa_verify.md) - [This method will delete a User2Factor Object, requires a valid 2fa code](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_user_2fa_delete.md) - [This method will get all available User2Factor Objects](https://developer.inwendo-vereinssoftware.de/operation/operation-get_user_2fa_get_all.md) ### [Login / Self Sign Up](https://developer.inwendo-vereinssoftware.de/group/endpoint-login-self-sign-up.md) - [Starts a new self sign up process. Returns a token and required fields.](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_sign_up_get.md) - [Finish self sign up process. Requires token from Self Sign Up - Start.](https://developer.inwendo-vereinssoftware.de/operation/operation-post_cp_self_sign_up_post.md) ### [Customer / BaseDataSelfService](https://developer.inwendo-vereinssoftware.de/group/endpoint-customer-basedataselfservice.md) - [Returns a self signup token + possible membership items](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_sign_up_get_unified.md) - [Returns the full profile of the current user with billing account, tickets, bookings](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_base_data_self_service_get_unified_profile.md) ### [Customer / Self Sign Up Code](https://developer.inwendo-vereinssoftware.de/group/endpoint-customer-self-sign-up-code.md) - [Returns a list of all SelfSignUpLogInviteCode](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_sign_up_invite_code_cget.md) - [Add a new SelfSignUpLogInviteCode](https://developer.inwendo-vereinssoftware.de/operation/operation-post_cp_self_sign_up_invite_code_post.md) - [Return single SelfSignUpLogInviteCode](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_sign_up_invite_code_get.md) - [Update single SelfSignUpLogInviteCode](https://developer.inwendo-vereinssoftware.de/operation/operation-put_cp_self_sign_up_invite_code_put.md) ### [Customer / SelfServiceMembership](https://developer.inwendo-vereinssoftware.de/group/endpoint-customer-selfservicemembership.md) - [Returns a public list of all SelfServiceMembershipStep](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_service_membership_step_public.md) - [Returns a list of all SelfServiceMembershipStep](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_service_membership_step_cget.md) - [Add a new SelfServiceMembershipStep](https://developer.inwendo-vereinssoftware.de/operation/operation-post_cp_self_service_membership_step_post.md) - [Return single SelfServiceMembershipStep](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_service_membership_step_get.md) - [Update single SelfServiceMembershipStep](https://developer.inwendo-vereinssoftware.de/operation/operation-put_cp_self_service_membership_step_put.md) - [Returns a list of all SelfServiceMembershipCategory](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_service_membership_category_cget.md) - [Add a new SelfServiceMembershipCategory](https://developer.inwendo-vereinssoftware.de/operation/operation-post_cp_self_service_membership_category_post.md) - [Return single SelfServiceMembershipCategory](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_service_membership_category_get.md) - [Update single SelfServiceMembershipCategory](https://developer.inwendo-vereinssoftware.de/operation/operation-put_cp_self_service_membership_category_put.md) - [Returns a list of all SelfServiceMembershipItem](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_service_membership_item_cget.md) - [Add a new SelfServiceMembershipItem](https://developer.inwendo-vereinssoftware.de/operation/operation-post_cp_self_service_membership_item_post.md) - [Return single SelfServiceMembershipItem](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_self_service_membership_item_get.md) - [Update single SelfServiceMembershipItem](https://developer.inwendo-vereinssoftware.de/operation/operation-put_cp_self_service_membership_item_put.md) ### [Public / Session](https://developer.inwendo-vereinssoftware.de/group/endpoint-public-session.md) - [Get or start a new public session](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cp_public_session_get.md) - [Update / create fields of public session](https://developer.inwendo-vereinssoftware.de/operation/operation-put_cp_public_session_post.md) - [Update / create fields of public session](https://developer.inwendo-vereinssoftware.de/operation/operation-post_cp_public_session_post.md) - [Update / create fields of public session](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_cp_public_session_post.md) ### [Chat / CustomerChatroom](https://developer.inwendo-vereinssoftware.de/group/endpoint-chat-customerchatroom.md) - [Returns a list of all Chatrooms](https://developer.inwendo-vereinssoftware.de/operation/operation-get_customer_chatroom_cget.md) - [Return single Chatroom](https://developer.inwendo-vereinssoftware.de/operation/operation-get_customer_chatroom_get.md) ### [Chat / CustomerChatroomMessage](https://developer.inwendo-vereinssoftware.de/group/endpoint-chat-customerchatroommessage.md) - [Returns a list of all ChatroomMessages](https://developer.inwendo-vereinssoftware.de/operation/operation-get_customer_chatroom_message_cget.md) - [Return single ChatroomMessage](https://developer.inwendo-vereinssoftware.de/operation/operation-get_customer_chatroom_message_get.md) - [Update single ChatroomMessage](https://developer.inwendo-vereinssoftware.de/operation/operation-put_customer_chatroom_message_put.md) - [Add a new ChatroomMessage](https://developer.inwendo-vereinssoftware.de/operation/operation-post_customer_chatroom_message_post.md) ### [Chat / CustomerChatroomMessageReactionController](https://developer.inwendo-vereinssoftware.de/group/endpoint-chat-customerchatroommessagereactioncontroller.md) - [Add a new ChatroomMessageReaction](https://developer.inwendo-vereinssoftware.de/operation/operation-post_customer_chatroom_message_reaction_post.md) - [Update single ChatroomMessageReaction](https://developer.inwendo-vereinssoftware.de/operation/operation-put_customer_chatroom_message_reaction_put.md) ### [Chat / Chatroom](https://developer.inwendo-vereinssoftware.de/group/endpoint-chat-chatroom.md) - [Returns a list of all Chatrooms](https://developer.inwendo-vereinssoftware.de/operation/operation-get_chatroom_cget.md) - [Add a new Chatroom](https://developer.inwendo-vereinssoftware.de/operation/operation-post_chatroom_post.md) - [Return single Chatroom](https://developer.inwendo-vereinssoftware.de/operation/operation-get_chatroom_get.md) - [Update single Chatroom](https://developer.inwendo-vereinssoftware.de/operation/operation-put_chatroom_put.md) - [Delete a single Chatroom](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_chatroom_delete.md) ### [Chat / ChatroomMessage](https://developer.inwendo-vereinssoftware.de/group/endpoint-chat-chatroommessage.md) - [Returns a list of all ChatroomMessages](https://developer.inwendo-vereinssoftware.de/operation/operation-get_chatroom_message_cget.md) - [Add a new ChatroomMessage](https://developer.inwendo-vereinssoftware.de/operation/operation-post_chatroom_message_post.md) - [Return single ChatroomMessage](https://developer.inwendo-vereinssoftware.de/operation/operation-get_chatroom_message_get.md) - [Update single ChatroomMessage](https://developer.inwendo-vereinssoftware.de/operation/operation-put_chatroom_message_put.md) - [Delete a single ChatroomMessage](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_chatroom_message_delete.md) ### [Chat / ChatroomMessageReaction](https://developer.inwendo-vereinssoftware.de/group/endpoint-chat-chatroommessagereaction.md) - [Returns a list of all ChatroomMessageReactions](https://developer.inwendo-vereinssoftware.de/operation/operation-get_chatroom_message_reaction_cget.md) - [Add a new ChatroomMessageReaction](https://developer.inwendo-vereinssoftware.de/operation/operation-post_chatroom_message_reaction_post.md) - [Return single ChatroomMessageReaction](https://developer.inwendo-vereinssoftware.de/operation/operation-get_chatroom_message_reaction_get.md) - [Update single ChatroomMessageReaction](https://developer.inwendo-vereinssoftware.de/operation/operation-put_chatroom_message_reaction_put.md) - [Delete a single ChatroomMessageReaction](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_chatroom_message_reaction_delete.md) ### [Chat / ChatroomParticipant](https://developer.inwendo-vereinssoftware.de/group/endpoint-chat-chatroomparticipant.md) - [Returns a list of all ChatroomParticipants](https://developer.inwendo-vereinssoftware.de/operation/operation-get_chatroom_participant_cget.md) - [Add a new ChatroomParticipant](https://developer.inwendo-vereinssoftware.de/operation/operation-post_chatroom_participant_post.md) - [Return single ChatroomParticipant](https://developer.inwendo-vereinssoftware.de/operation/operation-get_chatroom_participant_get.md) - [Update single ChatroomParticipant](https://developer.inwendo-vereinssoftware.de/operation/operation-put_chatroom_participant_put.md) - [Delete a single ChatroomParticipant](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_chatroom_participant_delete.md) ### [CRM / SubscriptionItem](https://developer.inwendo-vereinssoftware.de/group/endpoint-crm-subscriptionitem.md) - [Returns a list of SubscriptionItem](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_subscription_item_cget.md) - [Create a single SubscriptionItem](https://developer.inwendo-vereinssoftware.de/operation/operation-post_crm_subscription_item_post.md) - [Returns a single SubscriptionItem with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_subscription_item_get.md) - [Update a single SubscriptionItem](https://developer.inwendo-vereinssoftware.de/operation/operation-put_crm_subscription_item_put.md) ### [CRM / Unified Categories](https://developer.inwendo-vereinssoftware.de/group/endpoint-crm-unified-categories.md) - [Returns a list of unified categories](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_unified_category_cget.md) - [Add a new unified category](https://developer.inwendo-vereinssoftware.de/operation/operation-post_crm_unified_category_post.md) - [Returns a list of public unified categories](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_unified_category_public.md) - [Return a single public unified category with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_unified_category_public_get.md) - [Return a single unified category with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_unified_category_get.md) - [Update a single unified category with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-put_crm_unified_category_put.md) - [Return a single unified category extension with the given unified category id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_unified_category_extension_get.md) - [Update a single unified category extension with the given unified category id](https://developer.inwendo-vereinssoftware.de/operation/operation-put_crm_unified_category_extension_put.md) ### [CRM / PersonLogBookEntry](https://developer.inwendo-vereinssoftware.de/group/endpoint-crm-personlogbookentry.md) - [Returns a list of all PersonLogBookEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_person_log_book_entry_cget.md) - [Add a new PersonLogBookEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-post_crm_person_log_book_entry_post.md) - [Get a single PersonLogBookEntry with the given id or token](https://developer.inwendo-vereinssoftware.de/operation/operation-get_crm_person_log_book_entry_get.md) - [Update a PersonLogBookEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-put_crm_person_log_book_entry_put.md) - [Delete a single PersonLogBookEntry with the given id or token](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_crm_person_log_book_entry_delete.md) ### [CRM / Accounts | Companies](https://developer.inwendo-vereinssoftware.de/group/endpoint-crm-accounts-companies.md) - [Returns a list of accounts / companies](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_crmcompanies.md) - [Creates a single account / CRMCompany](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_crmcompany.md) - [Returns a single account / CRMCompany](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_crmcompany.md) - [Updates a single account / CRMCompany with the given identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-put_put_crmcompany.md) - [Updates a single account / CRMCompany with the given identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_put_crmcompany.md) ### [CRM / CRMPerson](https://developer.inwendo-vereinssoftware.de/group/endpoint-crm-crmperson.md) - [Returns a list of people](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_crmpeople.md) - [Add a new person](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_crmperson.md) - [Return a single person with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_crmperson.md) - [Updates a single person with the given identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-put_put_crmperson.md) - [Updates a single person with the given identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_put_crmperson.md) - [Returns a list of people with matching linking identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_linked_people.md) - [Updates a single person with the given identifier and matching linking identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-put_update_linked_person.md) - [Updates a single person with the given identifier and matching linking identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-post_update_linked_person.md) - [Updates a single person with the given identifier and matching linking identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_update_linked_person.md) - [Updates multiple persons with the given identifiers and matching linking identifiers](https://developer.inwendo-vereinssoftware.de/operation/operation-put_multi_update_linked_person.md) - [Updates multiple persons with the given identifiers and matching linking identifiers](https://developer.inwendo-vereinssoftware.de/operation/operation-post_multi_update_linked_person.md) - [Updates multiple persons with the given identifiers and matching linking identifiers](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_multi_update_linked_person.md) - [Return a single person with the given id and matching linking identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_linked_person.md) - [Return a login link for the person with the given id and matching linking identifier](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_linked_person_sso.md) ### [Billing / PaymentType](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-paymenttype.md) - [Returns a list of all PaymentType](https://developer.inwendo-vereinssoftware.de/operation/operation-get_invoice_paymenttype_cget.md) ### [Billing / Invoice](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-invoice.md) - [Creates a single Invoice](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_invoice.md) ### [Billing / Tax](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-tax.md) - [Returns a list of all Tax](https://developer.inwendo-vereinssoftware.de/operation/operation-get_invoice_tax_cget.md) ### [Billing / AccountingType](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-accountingtype.md) - [Returns a list of all AccountingType](https://developer.inwendo-vereinssoftware.de/operation/operation-get_invoice_accounting_cget.md) ### [Billing / Offer](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-offer.md) - [Creates a single Offer](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_offer.md) ### [Billing / PredefinedBillingItem](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-predefinedbillingitem.md) - [Creates a single PredefinedBillingItem](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_predefinedbillingitem.md) ### [Billing / BillingItemType](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-billingitemtype.md) - [Returns a list of all BillingItemType](https://developer.inwendo-vereinssoftware.de/operation/operation-get_billing_itemtype_cget.md) ### [Billing / OfferAccountingType](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-offeraccountingtype.md) - [Returns a list of all OfferAccountingType](https://developer.inwendo-vereinssoftware.de/operation/operation-get_offer_accounting_cget.md) ### [Billing / PaymentTransaction](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-paymenttransaction.md) - [Returns a list of all PaymentTransaction](https://developer.inwendo-vereinssoftware.de/operation/operation-get_payment_transaction_cget.md) - [Add a new PaymentTransaction](https://developer.inwendo-vereinssoftware.de/operation/operation-post_payment_transaction_post.md) - [Get a single PaymentTransaction](https://developer.inwendo-vereinssoftware.de/operation/operation-get_payment_transaction_get.md) - [Update a PaymentTransaction](https://developer.inwendo-vereinssoftware.de/operation/operation-put_payment_transaction_put.md) ### [Billing / ImportedPaymentTransaction](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-importedpaymenttransaction.md) - [Returns a list of all ImportedPaymentTransaction](https://developer.inwendo-vereinssoftware.de/operation/operation-get_imported_payment_transaction_cget.md) - [Add a new ImportedPaymentTransaction](https://developer.inwendo-vereinssoftware.de/operation/operation-post_imported_payment_transaction_post.md) - [Get a single ImportedPaymentTransaction](https://developer.inwendo-vereinssoftware.de/operation/operation-get_imported_payment_transaction_get.md) - [Update a ImportedPaymentTransaction](https://developer.inwendo-vereinssoftware.de/operation/operation-put_imported_payment_transaction_put.md) ### [Billing / ImportedPaymentTransactionGroup](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-importedpaymenttransactiongroup.md) - [Returns a list of all ImportedPaymentTransactionGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-get_imported_payment_transaction_group_cget.md) - [Add a new ImportedPaymentTransactionGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-post_imported_payment_transaction_group_post.md) - [Get a single ImportedPaymentTransactionGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-get_imported_payment_transaction_group_get.md) - [Update a ImportedPaymentTransactionGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-put_imported_payment_transaction_group_put.md) ### [Billing / Shipping](https://developer.inwendo-vereinssoftware.de/group/endpoint-billing-shipping.md) - [Returns a dummy offer with calculated shipping price](https://developer.inwendo-vereinssoftware.de/operation/operation-get_shipping_price_public_calculate.md) ### [TimeTracking / ProcessedEmploymentContractMonth](https://developer.inwendo-vereinssoftware.de/group/endpoint-timetracking-processedemploymentcontractmonth.md) - [Get a single ProcessedEmploymentContractMonth](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_processed_employment_contract_month.md) - [Update a single ProcessedEmploymentContractMonth](https://developer.inwendo-vereinssoftware.de/operation/operation-put_put_processed_employment_contract_month.md) - [Update a single ProcessedEmploymentContractMonth](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_put_processed_employment_contract_month.md) - [Get all ProcessedEmploymentContractMonth](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_processed_employment_contract_months.md) ### [TimeTracking / TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/group/endpoint-timetracking-trainertimeentry.md) - [Get all TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_trainer_entry_cget.md) - [Create a single TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-post_time_trainer_entry_post.md) - [Get a single TrainerTimeEntry with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_trainer_entry_get.md) - [Update a single TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-put_time_trainer_entry_put.md) - [Delete a single TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_time_trainer_entry_delete.md) - [Update a single TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_time_trainer_entry_put.md) - [Get all own TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-get_own_time_trainer_entry_cget.md) - [Create own TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-post_own_time_trainer_entry_post.md) - [Get own TrainerTimeEntry with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_own_time_trainer_entry_get.md) - [Update own TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-put_own_time_trainer_entry_put.md) - [Delete a single own TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_own_time_trainer_entry_delete.md) - [Update own TrainerTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_own_time_trainer_entry_put.md) ### [TimeTracking / WorkTimeEntry](https://developer.inwendo-vereinssoftware.de/group/endpoint-timetracking-worktimeentry.md) - [Get all WorkTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_work_entry_cget.md) - [Create a single WorkTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-post_time_work_entry_post.md) - [Get a single WorkTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_work_entry_get.md) - [Update a single WorkTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-put_time_work_entry_put.md) - [Delete a single WorkTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_time_work_entry_delete.md) - [Update a single WorkTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_time_work_entry_put.md) - [Get the current own WorkTimeEntry](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_work_entry_current_own_get.md) - [Get WorkTimeEntries grouped by month for user or person](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_work_entry_grouped_months.md) - [Get own WorkTimeEntries grouped by month](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_work_entry_grouped_own_months.md) - [Get WorkTimeEntries grouped by date for user or person](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_work_entry_grouped_dates.md) - [Get own WorkTimeEntries grouped by date](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_work_entry_grouped_own_dates.md) ### [TimeTracking / NonWorkTimeRequest](https://developer.inwendo-vereinssoftware.de/group/endpoint-timetracking-nonworktimerequest.md) - [Get all NonWorkTimeRequest](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_non_work_time_request_cget.md) - [Create a single NonWorkTimeRequest](https://developer.inwendo-vereinssoftware.de/operation/operation-post_time_non_work_time_request_post.md) - [Get a single NonWorkTimeRequest](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_non_work_time_request_get.md) - [Update a single NonWorkTimeRequest](https://developer.inwendo-vereinssoftware.de/operation/operation-put_time_non_work_time_request_put.md) - [Test a single NonWorkTimeRequest](https://developer.inwendo-vereinssoftware.de/operation/operation-post_time_non_work_time_request_post_test.md) ### [TimeTracking / NonWorkTimeRequestComment](https://developer.inwendo-vereinssoftware.de/group/endpoint-timetracking-nonworktimerequestcomment.md) - [Get all NonWorkTimeRequestComment](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_non_work_time_request_comment_cget.md) - [Get all NonWorkTimeRequestComment for a single NonWorkTimeRequest](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_non_work_time_request_comment_cget_parent.md) - [Get a single NonWorkTimeRequestComment](https://developer.inwendo-vereinssoftware.de/operation/operation-get_time_non_work_time_request_comment_get.md) - [Update a single NonWorkTimeRequestComment](https://developer.inwendo-vereinssoftware.de/operation/operation-put_time_non_work_time_request_comment_put.md) - [Create a single NonWorkTimeRequestComment](https://developer.inwendo-vereinssoftware.de/operation/operation-post_time_non_work_time_request_comment_post.md) ### [ServerManagement / ShortLink](https://developer.inwendo-vereinssoftware.de/group/endpoint-servermanagement-shortlink.md) - [Returns a list of ShortLink](https://developer.inwendo-vereinssoftware.de/operation/operation-get_cget_shortlink.md) - [Create a single ShortLink](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_shortlink.md) - [Returns a single ShortLink with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_shortlink.md) - [Update a single ShortLink](https://developer.inwendo-vereinssoftware.de/operation/operation-put_put_shortlink.md) - [Deletes a single ShortLink](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_delete_shortlink.md) ### [Event / EventSignUpScanner](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-eventsignupscanner.md) - [Get a list of the next event signups of a person](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_sign_up_scanner_get_next_bookings.md) - [Get a list of the next event signups of a person](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_sign_up_scanner_get_next_bookings_no_id.md) - [Trigger actions for an event signup for a person](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_sign_up_scanner_post_action.md) - [Trigger actions for an event signup for a person](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_sign_up_scanner_post_action_no_id.md) ### [Event / BaseLocation](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-baselocation.md) - [Return all BaseLocation](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_location_cget.md) - [Add a new BaseLocation](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_location_post.md) - [Return a single BaseLocation](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_location_get.md) - [Update a BaseLocation](https://developer.inwendo-vereinssoftware.de/operation/operation-put_event_base_location_put.md) ### [Event / BaseBookable](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-basebookable.md) - [Returns a list of BaseBookable objects](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_bookable_cget.md) - [Add a new BaseBookable](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_bookable_post.md) - [Returns a single BaseBookable](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_bookable_get.md) - [Update a BaseBookable](https://developer.inwendo-vereinssoftware.de/operation/operation-put_event_base_bookable_put.md) - [Returns a list of BaseBookable objects with given self-service access scope](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_bookable_self_service_scope_cget.md) ### [Event / Event](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-event.md) - [Returns a list of events](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_event_cget.md) - [Add a new BaseEvent](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_post.md) - [Returns a single BaseEvent with the given id or token](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_event_get.md) - [Update a BaseEvent](https://developer.inwendo-vereinssoftware.de/operation/operation-put_event_base_event_put.md) ### [Event / Event Schedule](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-event-schedule.md) - [Returns a list of BaseEventBookingSchedule](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_event_booking_schedule_cget.md) - [Add a new BaseEventBookingSchedule](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_booking_schedule_post.md) - [Returns a single BaseEventBookingSchedule with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_event_booking_schedule_get.md) - [Update a BaseEventBookingSchedule](https://developer.inwendo-vereinssoftware.de/operation/operation-put_event_base_event_booking_schedule_put.md) ### [Event / BaseEventInvitation](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-baseeventinvitation.md) - [Returns a list of BaseEventInvitation objects](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_event_invitation_cget.md) - [Add a new BaseEventInvitation](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_invitation_post.md) - [Returns a single BaseEventInvitation with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_event_invitation_get.md) - [Update a BaseEventInvitation](https://developer.inwendo-vereinssoftware.de/operation/operation-put_event_base_event_invitation_put.md) - [Deletes a single BaseEventInvitation](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_event_base_event_invitation_delete.md) - [Update a BaseEventInvitation as customer](https://developer.inwendo-vereinssoftware.de/operation/operation-put_event_base_event_invitation_put_customer.md) ### [Event / Booking](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-booking.md) - [Returns a list of BaseBooking](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_cget.md) - [Creates a single BaseBooking](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_booking_post.md) - [Returns a single BaseBooking](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_get.md) - [Updates a single BaseBooking](https://developer.inwendo-vereinssoftware.de/operation/operation-put_event_base_booking_put.md) - [Deletes a single BaseBooking](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_event_base_booking_delete.md) - [Updates a single BaseBooking](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_event_base_booking_put.md) - [Get all BaseBooking for a customer](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_cget_customer.md) - [Get all BaseBooking for a customer that is the participant](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_cget_customer_participant.md) - [Get all BaseBooking for a customer that is the performing person](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_cget_customer_performing.md) - [Get waitlist positions for BaseBooking for a customer](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_cget_customer_waitlist_position.md) - [Get a single BaseBooking for a customer](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_get_customer.md) - [Creates a single BaseBooking for a BaseBookable as a customer](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_booking_post_customer.md) - [Creates a single BaseBooking for a BaseBookable as a guest](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_booking_post_public.md) - [Returns a list of public deleted BaseBooking](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_get_deleted_event_bookings.md) - [Get all BaseBooking for a BaseBookable where performingPerson can be self-assigned](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_cget_self_assign_bookings_for_bookable.md) - [Returns a single BaseBooking where performingPerson can be self-assigned](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_get_self_assign_bookings.md) ### [Event / BookingGroup](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-bookinggroup.md) - [Returns a list of BaseBookingGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_group_cget.md) - [Creates a single BaseBookingGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_booking_group_post.md) - [Returns a single BaseBookingGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_booking_group_get.md) - [Updates a single BaseBookingGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-put_event_base_booking_group_put.md) - [Deletes a single BaseBookingGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_event_base_booking_group_delete.md) - [Updates a single BaseBookingGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_event_base_booking_group_put.md) ### [Event / EventSignUp](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-eventsignup.md) - [Add a new BaseEventSignUp for event or booking as a guest](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_signup_post_public.md) - [Test adding a new BaseEventSignUp as customer / public](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_signup_post_test_self_service.md) - [Test adding a new BaseEventSignUp for the person from the admin ui](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_signup_post_test_admin.md) - [Test adding a new BaseEventSignUp as trainer](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_signup_post_test_trainer_service.md) - [Add a new BaseEventSignUp for event or booking as a trainer. Only possible if event billing not required.](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_signup_post_trainer_service.md) - [Add a new MassUserNotification for the event signups in referenceIds](https://developer.inwendo-vereinssoftware.de/operation/operation-post_event_base_event_signup_trainer_notification.md) ### [Event / Public](https://developer.inwendo-vereinssoftware.de/group/endpoint-event-public.md) - [Get event + future bookings + test adding a new BaseEventSignUp as customer / public](https://developer.inwendo-vereinssoftware.de/operation/operation-get_event_base_event_signup_get_unified_event_details.md) ### [SipgateAPI / Call](https://developer.inwendo-vereinssoftware.de/group/endpoint-sipgateapi-call.md) - [Returns a list of SIPCall](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_calls.md) - [Start a SIPCall](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_call.md) - [Returns a single SIPCall with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_get_call.md) - [Updates a single SIPCall](https://developer.inwendo-vereinssoftware.de/operation/operation-put_put_call.md) ### [Social Login / Microsoft Login](https://developer.inwendo-vereinssoftware.de/group/endpoint-social-login-microsoft-login.md) - [Get redirect for microsoft login](https://developer.inwendo-vereinssoftware.de/operation/operation-get_od_microsoft_login_get.md) - [Do log in with microsoft code](https://developer.inwendo-vereinssoftware.de/operation/operation-post_od_microsoft_login_post.md) - [Remove microsoft user connection](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_od_microsoft_login_delete.md) ### [Social Login / iw Remote ERP](https://developer.inwendo-vereinssoftware.de/group/endpoint-social-login-iw-remote-erp.md) - [Get redirect for inwendo remote erp login](https://developer.inwendo-vereinssoftware.de/operation/operation-get_od_iw_remote_erp_login_get.md) - [Do log in with inwendo remote erp code](https://developer.inwendo-vereinssoftware.de/operation/operation-post_od_iw_remote_erp_login_post.md) - [Remove inwendo remote erp user connection](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_od_iw_remote_erp_login_delete.md) ### [Social Login / Instagram Login](https://developer.inwendo-vereinssoftware.de/group/endpoint-social-login-instagram-login.md) - [Get redirect for instagram login](https://developer.inwendo-vereinssoftware.de/operation/operation-get_od_instagram_login_get.md) - [Do log in with instagram code](https://developer.inwendo-vereinssoftware.de/operation/operation-post_od_instagram_login_post.md) - [Remove instagram user connection](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_od_instagram_login_delete.md) ### [Social Login / Facebook Login](https://developer.inwendo-vereinssoftware.de/group/endpoint-social-login-facebook-login.md) - [Get redirect for facebook login](https://developer.inwendo-vereinssoftware.de/operation/operation-get_od_facebook_login_get.md) - [Do log in with facebook code](https://developer.inwendo-vereinssoftware.de/operation/operation-post_od_facebook_login_post.md) - [Remove facebook user connection](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_od_facebook_login_delete.md) ### [Social Login / Redirects](https://developer.inwendo-vereinssoftware.de/group/endpoint-social-login-redirects.md) - [Test oauth code received](https://developer.inwendo-vereinssoftware.de/operation/operation-post_inwendo_oauth_redirect_test.md) ### [OpenData / GeoCoding](https://developer.inwendo-vereinssoftware.de/group/endpoint-opendata-geocoding.md) - [This method returns a Collection of matching GeoCoding results for the searched address.](https://developer.inwendo-vereinssoftware.de/operation/operation-get_od_geocoding_get.md) ### [OpenData / IBAN](https://developer.inwendo-vereinssoftware.de/group/endpoint-opendata-iban.md) - [Returns BIC + name of the bank associated with the given IBAN. For invalid IBANs, NULL is returned.](https://developer.inwendo-vereinssoftware.de/operation/operation-get_od_bank_data_get_iban.md) ### [oAuth / Server Client](https://developer.inwendo-vereinssoftware.de/group/endpoint-oauth-server-client.md) - [Get a single OauthServerClient](https://developer.inwendo-vereinssoftware.de/operation/operation-get_od_oauth_server_client_get.md) - [Updates a single OauthServerClient](https://developer.inwendo-vereinssoftware.de/operation/operation-put_od_oauth_server_client_put.md) - [Updates a single OauthServerClient](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_od_oauth_server_client_put.md) - [Creates a single OauthServerClient](https://developer.inwendo-vereinssoftware.de/operation/operation-post_od_oauth_server_client_post.md) ### [oAuth / Server Client Permission](https://developer.inwendo-vereinssoftware.de/group/endpoint-oauth-server-client-permission.md) - [Get a single OauthServerClientPermission](https://developer.inwendo-vereinssoftware.de/operation/operation-get_od_oauth_server_client_permission_get.md) - [Updates a single OauthServerClientPermission](https://developer.inwendo-vereinssoftware.de/operation/operation-put_od_oauth_server_client_permission_put.md) - [Creates a single OauthServerClientPermission](https://developer.inwendo-vereinssoftware.de/operation/operation-post_od_oauth_server_client_permission_post.md) - [Updates a single OauthServerClientPermission](https://developer.inwendo-vereinssoftware.de/operation/operation-patch_od_oauth_server_client_permission_put.md) ### [Media / Media Files](https://developer.inwendo-vereinssoftware.de/group/endpoint-media-media-files.md) - [Add a new MediaFileInfo](https://developer.inwendo-vereinssoftware.de/operation/operation-post_post_media_file.md) - [Update a MediaFileInfo](https://developer.inwendo-vereinssoftware.de/operation/operation-put_put_media_file.md) - [Returns a list of media files for a single media group](https://developer.inwendo-vereinssoftware.de/operation/operation-get_media_group_entries.md) ### [Media / Media Groups](https://developer.inwendo-vereinssoftware.de/group/endpoint-media-media-groups.md) - [Returns a list of media groups](https://developer.inwendo-vereinssoftware.de/operation/operation-get_media_group_cget.md) - [Add a new MediaGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-post_media_group_post.md) - [Returns a single media group with the given id or token](https://developer.inwendo-vereinssoftware.de/operation/operation-get_media_group_get.md) - [Update a MediaGroup](https://developer.inwendo-vereinssoftware.de/operation/operation-put_media_group_put.md) ### [Media / News Article](https://developer.inwendo-vereinssoftware.de/group/endpoint-media-news-article.md) - [Returns a list of news article](https://developer.inwendo-vereinssoftware.de/operation/operation-get_media_news_article_cget.md) - [Creates a single news article](https://developer.inwendo-vereinssoftware.de/operation/operation-post_media_news_article_post.md) - [Returns a single news article with the given id or token](https://developer.inwendo-vereinssoftware.de/operation/operation-get_media_news_article_get.md) - [Updates a single news article](https://developer.inwendo-vereinssoftware.de/operation/operation-put_media_news_article_put.md) - [Deletes a single MediaNewsArticle](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_media_news_article_delete.md) ### [Media / MediaQuestionnaire](https://developer.inwendo-vereinssoftware.de/group/endpoint-media-mediaquestionnaire.md) - [Deletes a single MediaQuestionnaire](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_media_question_delete.md) ### [Media / MediaQuestionnaire Answer](https://developer.inwendo-vereinssoftware.de/group/endpoint-media-mediaquestionnaire-answer.md) - [Add a new MediaQuestionnaireAnswer for questionnaire as a guest](https://developer.inwendo-vereinssoftware.de/operation/operation-post_media_question_answer_post_public.md) - [Add a new MediaQuestionnaireAnswer draft for questionnaire as a guest](https://developer.inwendo-vereinssoftware.de/operation/operation-post_media_question_answer_post_public_draft.md) - [Update MediaQuestionnaireAnswer draft for questionnaire as a guest](https://developer.inwendo-vereinssoftware.de/operation/operation-put_media_question_answer_put_public_draft.md) - [Test adding a new MediaQuestionnaireAnswer as customer / public](https://developer.inwendo-vereinssoftware.de/operation/operation-post_media_question_answer_post_public_test.md) ### [Media / MediaCardButton](https://developer.inwendo-vereinssoftware.de/group/endpoint-media-mediacardbutton.md) - [Deletes a single MediaCardButton](https://developer.inwendo-vereinssoftware.de/operation/operation-delete_media_card_button_delete.md) ### [Notification / MassNotification](https://developer.inwendo-vereinssoftware.de/group/endpoint-notification-massnotification.md) - [Add a new MassUserNotification](https://developer.inwendo-vereinssoftware.de/operation/operation-post_notification_mass_notification_post.md) - [Get a list of SimpleReference](https://developer.inwendo-vereinssoftware.de/operation/operation-get_notification_mass_notification_simple_references.md) ### [DataWarehouse / Webhooks](https://developer.inwendo-vereinssoftware.de/group/endpoint-datawarehouse-webhooks.md) - [Returns a list of webhooks](https://developer.inwendo-vereinssoftware.de/operation/operation-get_dw_registered_webhook_cget.md) - [Add a new webhook](https://developer.inwendo-vereinssoftware.de/operation/operation-post_dw_registered_webhook_post.md) - [Return a single webhook with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-get_dw_registered_webhook_get.md) - [Update a single webhook with the given id](https://developer.inwendo-vereinssoftware.de/operation/operation-put_dw_registered_webhook_put.md) ### [DataWarehouse / Search](https://developer.inwendo-vereinssoftware.de/group/endpoint-datawarehouse-search.md) - [Returns a list of search results (max. 20 per entity)](https://developer.inwendo-vereinssoftware.de/operation/operation-get_dw_unified_search_cget.md) ### [Settings / AdditionalUiField](https://developer.inwendo-vereinssoftware.de/group/endpoint-settings-additionaluifield.md) - [Returns a list of all AdditionalUiField](https://developer.inwendo-vereinssoftware.de/operation/operation-get_settings_additional_ui_field_cget.md) - [Add a new AdditionalUiField](https://developer.inwendo-vereinssoftware.de/operation/operation-post_settings_additional_ui_field_post.md) - [Return single AdditionalUiField](https://developer.inwendo-vereinssoftware.de/operation/operation-get_settings_additional_ui_field_get.md) - [Update single AdditionalUiField](https://developer.inwendo-vereinssoftware.de/operation/operation-put_settings_additional_ui_field_put.md) ### [Settings / AdditionalUiFilter](https://developer.inwendo-vereinssoftware.de/group/endpoint-settings-additionaluifilter.md) - [Returns a list of all AdditionalUiFilter](https://developer.inwendo-vereinssoftware.de/operation/operation-get_settings_additional_ui_filter_cget.md) - [Add a new AdditionalUiFilter](https://developer.inwendo-vereinssoftware.de/operation/operation-post_settings_additional_ui_filter_post.md) - [Return single AdditionalUiFilter](https://developer.inwendo-vereinssoftware.de/operation/operation-get_settings_additional_ui_filter_get.md) - [Update single AdditionalUiFilter](https://developer.inwendo-vereinssoftware.de/operation/operation-put_settings_additional_ui_filter_put.md) [Powered by Bump.sh](https://bump.sh)