{"openapi":"3.0.0","info":{"title":"","description":"","version":"0.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/account-company-accesses":{"get":{"operationId":"api_account_company_access_list","tags":["AccountCompanyAccess"],"responses":{"200":{"description":"AccountAccess collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}}}}},"summary":"Retrieves the collection of AccountAccess resources.","description":"Retrieves the collection of AccountAccess resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":20},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[company.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[company.emailMask]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[company.users.lastLoginAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"company.name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_account_company_access_create","tags":["AccountCompanyAccess"],"responses":{"204":{"description":"AccountAccess resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AccountAccess resource.","description":"Creates a AccountAccess resource.","parameters":[],"requestBody":{"description":"The new AccountAccess resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/account-company-accesses\/{id}":{"get":{"operationId":"api_account_company_access_get","tags":["AccountCompanyAccess"],"responses":{"200":{"description":"AccountAccess resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AccountAccess resource.","description":"Retrieves a AccountAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountCompanyAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_account_company_access_delete","tags":["AccountCompanyAccess"],"responses":{"204":{"description":"AccountAccess resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AccountAccess resource.","description":"Removes the AccountAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountCompanyAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/account\/account-user-accesses\/{id}":{"put":{"operationId":"api_account_user_access_update","tags":["AccountUserAccess"],"responses":{"204":{"description":"AccountUserAccess resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the AccountUserAccess resource.","description":"Replaces the AccountUserAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountUserAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated AccountUserAccess resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_account_user_access_delete","tags":["AccountUserAccess"],"responses":{"204":{"description":"AccountUserAccess resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AccountUserAccess resource.","description":"Removes the AccountUserAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountUserAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/account\/membership-types":{"ref":"JWT Token","get":{"operationId":"getMembershipTypesCollection","tags":["Account"],"responses":{"200":{"description":"Retrieves the collection of Membership types.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/string"}}}}},"summary":"Retrieves the collection of Membership types."},"parameters":[]},"\/api\/accounts":{"get":{"operationId":"api_account_list","tags":["Account"],"responses":{"200":{"description":"Account collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list"}}}}}},"summary":"Retrieves the collection of Account resources.","description":"Retrieves the collection of Account resources.","parameters":[{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[number]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[organizationNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[address]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[enabled]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[subscriptionProduct.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"subscriptionProduct.name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"subscriptionProduct.name[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"organizationNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: name, organizationNumber, number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userAccesses.user","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userAccesses.user[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"withoutElevatorsCustomers","in":"query","description":"Filter accounts that have no active elevators (archived = false)","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"withoutSafetyInspectionCompany","in":"query","description":"Filter accounts without safety inspection company (slug Sikkerhetskontrollorgan) and with active elevators","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"withoutInspectionCompany","in":"query","description":"Filter accounts without inspection company (slug Ettersynsfirma) and with active elevators","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/accounts\/{id}":{"get":{"operationId":"api_accounts_id_get","tags":["Account"],"responses":{"200":{"description":"Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Account resource.","description":"Retrieves a Account resource.","parameters":[{"name":"id","in":"path","description":"Account identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_account_update","tags":["Account"],"responses":{"200":{"description":"Account resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Account resource.","description":"Replaces the Account resource.","parameters":[{"name":"id","in":"path","description":"Account identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequestHandler-account_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequestHandler-account_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequestHandler-account_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequestHandler-account_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequestHandler-account_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequestHandler-account_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequestHandler-account_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/accounts\/{id}\/upgrade":{"put":{"operationId":"api_account_subscription_upgrade","tags":["Account"],"responses":{"200":{"description":"Account resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Account resource.","description":"Replaces the Account resource.","parameters":[{"name":"id","in":"path","description":"Account identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.UpgradeAccountSubscriptionRequest-account_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account.UpgradeAccountSubscriptionRequest-account_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.UpgradeAccountSubscriptionRequest-account_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account.UpgradeAccountSubscriptionRequest-account_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account.UpgradeAccountSubscriptionRequest-account_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account.UpgradeAccountSubscriptionRequest-account_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account.UpgradeAccountSubscriptionRequest-account_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/activities":{"get":{"operationId":"api_activity_list","tags":["Activity"],"responses":{"200":{"description":"Activity collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity-activity_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity-activity_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity-activity_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity-activity_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity-activity_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity-activity_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity-activity_list"}}}}}},"summary":"Retrieves the collection of Activity resources.","description":"Retrieves the collection of Activity resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/activities\/{id}":{"get":{"operationId":"api_activity_get","tags":["Activity"],"responses":{"200":{"description":"Activity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Activity-activity_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Activity-activity_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Activity-activity_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Activity-activity_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Activity-activity_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Activity-activity_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Activity-activity_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Activity resource.","description":"Retrieves a Activity resource.","parameters":[{"name":"id","in":"path","description":"Activity identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/activity\/types":{"ref":"JWT Token","get":{"operationId":"getActivityTypesCollection","tags":["Activity"],"responses":{"200":{"description":"Retrieves the collection of Activity types.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/string"}}}}},"summary":"Retrieves the collection of Activity types."},"parameters":[]},"\/api\/admin\/account-company-accesses":{"get":{"operationId":"api_admin_account_company_access_list","tags":["AccountCompanyAccess"],"responses":{"200":{"description":"AccountAccess collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}}}}},"summary":"Retrieves the collection of AccountAccess resources.","description":"Retrieves the collection of AccountAccess resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[company.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[company.emailMask]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[company.users.lastLoginAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"company.name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_admin_account_company_access_create","tags":["AccountCompanyAccess"],"responses":{"201":{"description":"AccountAccess resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AccountAccess resource.","description":"Creates a AccountAccess resource.","parameters":[],"requestBody":{"description":"The new AccountAccess resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess.CreateAccountCompanyAccessRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/account-company-accesses\/{id}":{"get":{"operationId":"api_admin_account_company_access_get","tags":["AccountCompanyAccess"],"responses":{"200":{"description":"AccountAccess resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AccountAccess-company_list"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AccountAccess resource.","description":"Retrieves a AccountAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountCompanyAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_admin_account_company_access_delete","tags":["AccountCompanyAccess"],"responses":{"204":{"description":"AccountAccess resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AccountAccess resource.","description":"Removes the AccountAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountCompanyAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/account\/account-user-accesses\/{id}":{"get":{"operationId":"api_admin_account_user_access_get","tags":["AccountUserAccess"],"responses":{"200":{"description":"AccountUserAccess resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AccountUserAccess resource.","description":"Retrieves a AccountUserAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountUserAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_admin_account_user_access_update","tags":["AccountUserAccess"],"responses":{"204":{"description":"AccountUserAccess resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the AccountUserAccess resource.","description":"Replaces the AccountUserAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountUserAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated AccountUserAccess resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_admin_account_user_access_delete","tags":["AccountUserAccess"],"responses":{"204":{"description":"AccountUserAccess resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AccountUserAccess resource.","description":"Removes the AccountUserAccess resource.","parameters":[{"name":"id","in":"path","description":"AccountUserAccess identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/account\/membership-types":{"ref":"JWT Token","get":{"operationId":"getAdminMembershipTypesCollection","tags":["Account"],"responses":{"200":{"description":"Retrieves the collection of Membership types.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/string"}}}}},"summary":"Retrieves the collection of Membership types."},"parameters":[]},"\/api\/admin\/accounts":{"get":{"operationId":"api_adminaccounts_get_collection","tags":["Account"],"responses":{"200":{"description":"Account collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list_admin_account_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list_admin_account_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list_admin_account_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list_admin_account_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list_admin_account_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list_admin_account_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account_list_admin_account_list"}}}}}},"summary":"Retrieves the collection of Account resources.","description":"Retrieves the collection of Account resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[number]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[organizationNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[address]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[enabled]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[subscriptionProduct.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"subscriptionProduct.name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"subscriptionProduct.name[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"organizationNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: name, organizationNumber, number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"userAccesses.user","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userAccesses.user[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"withoutElevatorsCustomers","in":"query","description":"Filter accounts that have no active elevators (archived = false)","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"withoutSafetyInspectionCompany","in":"query","description":"Filter accounts without safety inspection company (slug Sikkerhetskontrollorgan) and with active elevators","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"withoutInspectionCompany","in":"query","description":"Filter accounts without inspection company (slug Ettersynsfirma) and with active elevators","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_adminaccounts_post","tags":["Account"],"responses":{"204":{"description":"Account resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Account resource.","description":"Creates a Account resource.","parameters":[],"requestBody":{"description":"The new Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.CreateAccountRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account.CreateAccountRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.CreateAccountRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account.CreateAccountRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account.CreateAccountRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account.CreateAccountRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account.CreateAccountRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/accounts\/dataverse-data\/products":{"get":{"operationId":"account_dataverse_products_get","tags":["Account"],"responses":{"200":{"description":"Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Account resource.","description":"Retrieves a Account resource.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/admin\/accounts\/dataverse-data\/{number}":{"get":{"operationId":"account_dataverse_account_get","tags":["Account"],"responses":{"200":{"description":"Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get_dataverse_data"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Account resource.","description":"Retrieves a Account resource.","parameters":[{"name":"id","in":"path","description":"Account identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/accounts\/{id}":{"get":{"operationId":"api_adminaccounts_id_get","tags":["Account"],"responses":{"200":{"description":"Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Account resource.","description":"Retrieves a Account resource.","parameters":[{"name":"id","in":"path","description":"Account identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_admin_account_update","tags":["Account"],"responses":{"200":{"description":"Account resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account-account_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Account resource.","description":"Replaces the Account resource.","parameters":[{"name":"id","in":"path","description":"Account identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequest-account_write_admin"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequest-account_write_admin"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequest-account_write_admin"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequest-account_write_admin"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequest-account_write_admin"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequest-account_write_admin"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account.UpdateAccountRequest-account_write_admin"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/admins":{"get":{"operationId":"api_admin_list","tags":["Admin"],"responses":{"200":{"description":"Admin collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Admin-user_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Admin-user_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Admin-user_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Admin-user_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Admin-user_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Admin-user_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Admin-user_list"}}}}}},"summary":"Retrieves the collection of Admin resources.","description":"Retrieves the collection of Admin resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/admin\/admins\/{id}":{"get":{"operationId":"api_admin_get","tags":["Admin"],"responses":{"200":{"description":"Admin resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_list"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Admin resource.","description":"Retrieves a Admin resource.","parameters":[{"name":"id","in":"path","description":"Admin identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_admin_update","tags":["Admin"],"responses":{"204":{"description":"Admin resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates an Admin resource","description":"Replaces the Admin resource.","parameters":[{"name":"id","in":"path","description":"Admin identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Admin resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Admin.UpdateAdminRequest-admin_update"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Admin.UpdateAdminRequest-admin_update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Admin.UpdateAdminRequest-admin_update"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Admin.UpdateAdminRequest-admin_update"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Admin.UpdateAdminRequest-admin_update"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Admin.UpdateAdminRequest-admin_update"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Admin.UpdateAdminRequest-admin_update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/admins\/{id}\/password":{"put":{"operationId":"api_admin_password_update","tags":["Admin"],"responses":{"204":{"description":"Admin resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates an Admin password","description":"Replaces the Admin resource.","parameters":[{"name":"id","in":"path","description":"Admin identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Admin resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Admin.ChangeUserPasswordRequest-user_password_update"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Admin.ChangeUserPasswordRequest-user_password_update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Admin.ChangeUserPasswordRequest-user_password_update"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Admin.ChangeUserPasswordRequest-user_password_update"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Admin.ChangeUserPasswordRequest-user_password_update"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Admin.ChangeUserPasswordRequest-user_password_update"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Admin.ChangeUserPasswordRequest-user_password_update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/admins\/{id}\/profile_image":{"post":{"operationId":"api_admin_profile_image_upload","tags":["Admin"],"responses":{"201":{"description":"Admin resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Admin-user_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Uploads a profile image to a user resource.","description":"Creates a Admin resource.","parameters":[{"name":"id","in":"path","description":"Admin identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"delete":{"operationId":"api_admin_profile_image_delete","tags":["Admin"],"responses":{"204":{"description":"Profile image deleted"}},"summary":"Removes a profile image from a user resource.","description":"Removes the Admin resource.","parameters":[{"name":"id","in":"path","description":"Admin identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/companies":{"get":{"operationId":"api_admincompanies_get_collection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[organizationNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[address]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[emailMask]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[type.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: name, organizationNumber","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type.slug","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type.slug[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"hasAccessToAccount","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"hasNoAccessToAccount","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_admincompanies_post","tags":["Company"],"responses":{"204":{"description":"Company resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Company resource.","description":"Creates a Company resource.","parameters":[],"requestBody":{"description":"The new Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CreateCompanyRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company.CreateCompanyRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CreateCompanyRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Company.CreateCompanyRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company.CreateCompanyRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Company.CreateCompanyRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Company.CreateCompanyRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/companies\/{id}":{"get":{"operationId":"api_admincompanies_id_get","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_admincompanies_id_delete","tags":["Company"],"responses":{"204":{"description":"Company resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Company resource.","description":"Removes the Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_admin_company_update","tags":["Company"],"responses":{"204":{"description":"Company resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Company resource.","description":"Updates the Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Company resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Company.UpdateCompanyRequest-company_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company.UpdateCompanyRequest-company_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/company\/types":{"get":{"operationId":"api_admincompanytypes_get_collection","tags":["Company type"],"responses":{"200":{"description":"CompanyType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}}}}},"summary":"Retrieves the collection of CompanyType resources.","description":"Retrieves the collection of CompanyType resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/admin\/company\/types\/{slug}":{"get":{"operationId":"api_admincompanytypes_slug_get","tags":["Company type"],"responses":{"200":{"description":"CompanyType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CompanyType resource.","description":"Retrieves a CompanyType resource.","parameters":[{"name":"slug","in":"path","description":"Type identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/dashboard":{"get":{"operationId":"get_dashboard_count","tags":["Account"],"responses":{"200":{"description":"Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Account"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Account"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Account"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Account"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Account"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Account resource.","description":"Retrieves a Account resource.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/alarm-line-types":{"get":{"operationId":"api_adminelevatoralarm-line-types_get_collection","tags":["Elevator alarm line type"],"responses":{"200":{"description":"AlarmLineType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}}}}},"summary":"Retrieves the collection of AlarmLineType resources.","description":"Retrieves the collection of AlarmLineType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_adminelevatoralarm-line-types_post","tags":["Elevator alarm line type"],"responses":{"201":{"description":"AlarmLineType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AlarmLineType resource.","description":"Creates a AlarmLineType resource.","parameters":[],"requestBody":{"description":"The new AlarmLineType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/alarm-line-types\/{id}":{"get":{"operationId":"api_adminelevatoralarm-line-types_id_get","tags":["Elevator alarm line type"],"responses":{"200":{"description":"AlarmLineType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AlarmLineType resource.","description":"Retrieves a AlarmLineType resource.","parameters":[{"name":"id","in":"path","description":"AlarmLineType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_adminelevatoralarm-line-types_id_delete","tags":["Elevator alarm line type"],"responses":{"204":{"description":"AlarmLineType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AlarmLineType resource.","description":"Removes the AlarmLineType resource.","parameters":[{"name":"id","in":"path","description":"AlarmLineType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_adminelevatoralarm-line-types_id_patch","tags":["Elevator alarm line type"],"responses":{"204":{"description":"AlarmLineType resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the AlarmLineType resource.","description":"Updates the AlarmLineType resource.","parameters":[{"name":"id","in":"path","description":"AlarmLineType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated AlarmLineType resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType-elevator_alarm_line_type_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmLineType-elevator_alarm_line_type_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/alarm-types":{"get":{"operationId":"api_adminelevatoralarm-types_get_collection","tags":["Elevator alarm type"],"responses":{"200":{"description":"AlarmType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}}}}},"summary":"Retrieves the collection of AlarmType resources.","description":"Retrieves the collection of AlarmType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_adminelevatoralarm-types_post","tags":["Elevator alarm type"],"responses":{"201":{"description":"AlarmType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AlarmType resource.","description":"Creates a AlarmType resource.","parameters":[],"requestBody":{"description":"The new AlarmType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/alarm-types\/{id}":{"get":{"operationId":"api_adminelevatoralarm-types_id_get","tags":["Elevator alarm type"],"responses":{"200":{"description":"AlarmType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/AlarmType"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AlarmType resource.","description":"Retrieves a AlarmType resource.","parameters":[{"name":"id","in":"path","description":"AlarmType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_adminelevatoralarm-types_id_delete","tags":["Elevator alarm type"],"responses":{"204":{"description":"AlarmType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AlarmType resource.","description":"Removes the AlarmType resource.","parameters":[{"name":"id","in":"path","description":"AlarmType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_adminelevatoralarm-types_id_patch","tags":["Elevator alarm type"],"responses":{"204":{"description":"AlarmType resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the AlarmType resource.","description":"Updates the AlarmType resource.","parameters":[{"name":"id","in":"path","description":"AlarmType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated AlarmType resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmType-elevator_alarm_type_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/AlarmType-elevator_alarm_type_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/elevators":{"get":{"operationId":"api_elevator_list_admin","tags":["Elevator"],"responses":{"200":{"description":"Elevator collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_elevator_list_admin_qr_code_id"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_elevator_list_admin_qr_code_id"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_elevator_list_admin_qr_code_id"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_elevator_list_admin_qr_code_id"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_elevator_list_admin_qr_code_id"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_elevator_list_admin_qr_code_id"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_elevator_list_admin_qr_code_id"}}}}}},"summary":"Retrieves the collection of Elevator resources.","description":"Retrieves the collection of Elevator resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[type.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[notice]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[address]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastLogEntry.createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[account.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[qrCode.id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"model","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"model[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"niNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"fabricationNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userPermissions.user","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userPermissions.user[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"qrCode","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"qrCode[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"inspectionCompany","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"inspectionCompany[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: description, address, niNumber","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"manufacturer","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"manufacturer[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"outageElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"hkElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_adminelevatorelevators_post","tags":["Elevator"],"responses":{"201":{"description":"Elevator resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Elevator resource.","description":"Creates a Elevator resource.","parameters":[],"requestBody":{"description":"The new Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorRequest-elevator_create"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorRequest-elevator_create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorRequest-elevator_create"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorRequest-elevator_create"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorRequest-elevator_create"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorRequest-elevator_create"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorRequest-elevator_create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/elevators\/import":{"post":{"operationId":"api_adminelevatorelevatorsimport_post","tags":["Elevator"],"responses":{"204":{"description":"Elevator resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Imports Elevator resources from a file.","description":"Creates a Elevator resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"account":{"type":"string"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/elevators\/transfer":{"post":{"operationId":"api_adminelevatorelevatorstransfer_post","tags":["Elevator"],"responses":{"204":{"description":"Elevator resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Elevator resource.","description":"Creates a Elevator resource.","parameters":[],"requestBody":{"description":"The new Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.TransferBatchElevatorsRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.TransferBatchElevatorsRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator.TransferBatchElevatorsRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator.TransferBatchElevatorsRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator.TransferBatchElevatorsRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator.TransferBatchElevatorsRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator.TransferBatchElevatorsRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/elevators\/{elevatorId}\/entries":{"get":{"operationId":"api_adminelevatorelevators_elevatorIdentries_get_collection","tags":["Logbook"],"responses":{"200":{"description":"Entry collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}}}}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Retrieves the collection of Entry resources.","parameters":[{"name":"elevatorId","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[category.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[subCategory.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[proposedText.text]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdBy.firstName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"category.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"category.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"subCategory.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"subCategory.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"createdByAdmin","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdByAdmin[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"description","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdByUserOrAdmin","in":"query","description":"Selects entities contains a(n) exact value in one of the following properties: createdBy, createdByAdmin","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"order[elevator.niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"latestWithOutageFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"latestWithHkFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/elevators\/{id}":{"get":{"operationId":"api_admin_elevator_get","tags":["Elevator"],"responses":{"200":{"description":"Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin_user_list_qr_code_id"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin_user_list_qr_code_id"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin_user_list_qr_code_id"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin_user_list_qr_code_id"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin_user_list_qr_code_id"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin_user_list_qr_code_id"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin_user_list_qr_code_id"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Elevator resource.","description":"Retrieves a Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_admin_elevator_update","tags":["Elevator"],"responses":{"200":{"description":"Elevator resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_elevator_get_admin"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Elevator resource.","description":"Replaces the Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorAdminRequest-elevator_update"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorAdminRequest-elevator_update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorAdminRequest-elevator_update"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorAdminRequest-elevator_update"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorAdminRequest-elevator_update"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorAdminRequest-elevator_update"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorAdminRequest-elevator_update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/elevators\/{id}\/entries\/users":{"get":{"operationId":"api_adminelevatorelevators_identriesusers_get","tags":["Elevator"],"responses":{"200":{"description":"Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a list of User resources related to elevator entries as creator.","description":"Retrieves a Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/elevators\/{id}\/location_map":{"post":{"operationId":"api_adminelevatorelevators_idlocation_map_post","tags":["Elevator"],"responses":{"201":{"description":"Elevator resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Uploads location map image to an elevator resource.","description":"Creates a Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/line-providers":{"get":{"operationId":"api_adminelevatorline-providers_get_collection","tags":["Elevator line provider"],"responses":{"200":{"description":"LineProvider collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}}}}},"summary":"Retrieves the collection of LineProvider resources.","description":"Retrieves the collection of LineProvider resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_adminelevatorline-providers_post","tags":["Elevator line provider"],"responses":{"201":{"description":"LineProvider resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a LineProvider resource.","description":"Creates a LineProvider resource.","parameters":[],"requestBody":{"description":"The new LineProvider resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LineProvider"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/LineProvider"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LineProvider"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/LineProvider"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/LineProvider"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/LineProvider"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/LineProvider"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/line-providers\/{id}":{"get":{"operationId":"api_adminelevatorline-providers_id_get","tags":["Elevator line provider"],"responses":{"200":{"description":"LineProvider resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a LineProvider resource.","description":"Retrieves a LineProvider resource.","parameters":[{"name":"id","in":"path","description":"LineProvider identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_adminelevatorline-providers_id_delete","tags":["Elevator line provider"],"responses":{"204":{"description":"LineProvider resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the LineProvider resource.","description":"Removes the LineProvider resource.","parameters":[{"name":"id","in":"path","description":"LineProvider identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_adminelevatorline-providers_id_patch","tags":["Elevator line provider"],"responses":{"204":{"description":"LineProvider resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the LineProvider resource.","description":"Updates the LineProvider resource.","parameters":[{"name":"id","in":"path","description":"LineProvider identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated LineProvider resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/manufacturers":{"get":{"operationId":"api_adminelevatormanufacturers_get_collection","tags":["Elevator manufacturer"],"responses":{"200":{"description":"Manufacturer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}}}}},"summary":"Retrieves the collection of Manufacturer resources.","description":"Retrieves the collection of Manufacturer resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_adminelevatormanufacturers_post","tags":["Elevator manufacturer"],"responses":{"201":{"description":"Manufacturer resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Manufacturer resource.","description":"Creates a Manufacturer resource.","parameters":[],"requestBody":{"description":"The new Manufacturer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/manufacturers\/{id}":{"get":{"operationId":"api_adminelevatormanufacturers_id_get","tags":["Elevator manufacturer"],"responses":{"200":{"description":"Manufacturer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Manufacturer resource.","description":"Retrieves a Manufacturer resource.","parameters":[{"name":"id","in":"path","description":"Manufacturer identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_adminelevatormanufacturers_id_delete","tags":["Elevator manufacturer"],"responses":{"204":{"description":"Manufacturer resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Manufacturer resource.","description":"Removes the Manufacturer resource.","parameters":[{"name":"id","in":"path","description":"Manufacturer identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_adminelevatormanufacturers_id_patch","tags":["Elevator manufacturer"],"responses":{"204":{"description":"Manufacturer resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Manufacturer resource.","description":"Updates the Manufacturer resource.","parameters":[{"name":"id","in":"path","description":"Manufacturer identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Manufacturer resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/models":{"get":{"operationId":"api_adminelevatormodels_get_collection","tags":["Elevator model"],"responses":{"200":{"description":"Model collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}}}}},"summary":"Retrieves the collection of Model resources.","description":"Retrieves the collection of Model resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[manufacturer.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"manufacturer","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"manufacturer[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_adminelevatormodels_post","tags":["Elevator model"],"responses":{"201":{"description":"Model resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Model"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Model resource.","description":"Creates a Model resource.","parameters":[],"requestBody":{"description":"The new Model resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Model"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/models\/{id}":{"get":{"operationId":"api_adminelevatormodels_id_get","tags":["Elevator model"],"responses":{"200":{"description":"Model resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Model resource.","description":"Retrieves a Model resource.","parameters":[{"name":"id","in":"path","description":"Model identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_adminelevatormodels_id_delete","tags":["Elevator model"],"responses":{"204":{"description":"Model resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Model resource.","description":"Removes the Model resource.","parameters":[{"name":"id","in":"path","description":"Model identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_adminelevatormodels_id_patch","tags":["Elevator model"],"responses":{"204":{"description":"Model resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Model resource.","description":"Updates the Model resource.","parameters":[{"name":"id","in":"path","description":"Model identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Model resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Model-elevator_model_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/qr-codes":{"get":{"operationId":"api_admin_elevator_qr_code_list","tags":["QrCode"],"responses":{"200":{"description":"QrCode collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QrCode-qr_code_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QrCode-qr_code_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QrCode-qr_code_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QrCode-qr_code_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QrCode-qr_code_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QrCode-qr_code_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QrCode-qr_code_list"}}}}}},"summary":"Retrieves the collection of QrCode resources.","description":"Retrieves the collection of QrCode resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[assignedUser.firstName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[assignedByUser.firstName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[elevator.niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[assigned]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"assigned","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"elevator.niNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"assignedUser.firstName","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"assignedByUser.firstName","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_elevator_qr_code_create","tags":["QrCode"],"responses":{"201":{"description":"QrCode resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_id"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_id"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_id"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_id"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_id"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_id"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_id"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a QrCode resource.","description":"Creates a QrCode resource.","parameters":[],"requestBody":{"description":"The new QrCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QrCode.CreateQrCodesRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/QrCode.CreateQrCodesRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QrCode.CreateQrCodesRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/QrCode.CreateQrCodesRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/QrCode.CreateQrCodesRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/QrCode.CreateQrCodesRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/QrCode.CreateQrCodesRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/qr-codes\/{id}":{"get":{"operationId":"api_admin_elevator_qr_code_get","tags":["QrCode"],"responses":{"200":{"description":"QrCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_list"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a QrCode resource.","description":"Retrieves a QrCode resource.","parameters":[{"name":"id","in":"path","description":"QrCode identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_admin_elevator_qr_code_update","tags":["QrCode"],"responses":{"204":{"description":"QrCode resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the QrCode resource.","description":"Replaces the QrCode resource.","parameters":[{"name":"id","in":"path","description":"QrCode identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated QrCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QrCode.AssignElevatorRequest-qr_code_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/QrCode.AssignElevatorRequest-qr_code_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QrCode.AssignElevatorRequest-qr_code_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/QrCode.AssignElevatorRequest-qr_code_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/QrCode.AssignElevatorRequest-qr_code_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/QrCode.AssignElevatorRequest-qr_code_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/QrCode.AssignElevatorRequest-qr_code_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/qr-codes\/{id}\/download":{"get":{"operationId":"api_elevator_qr_code_download","tags":["QrCode"],"responses":{"200":{"description":"QR-code resource as file","content":{"image\/png":{"schema":{"type":"string","format":"binary"}}}}},"summary":"Downloads QR-code resource as file.","description":"Retrieves a QrCode resource.","parameters":[{"name":"id","in":"path","description":"QrCode identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/types":{"get":{"operationId":"api_adminelevatortypes_get_collection","tags":["Elevator type"],"responses":{"200":{"description":"Type collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}}}}},"summary":"Retrieves the collection of Type resources.","description":"Retrieves the collection of Type resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_adminelevatortypes_post","tags":["Elevator type"],"responses":{"201":{"description":"Type resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Type resource.","description":"Creates a Type resource.","parameters":[],"requestBody":{"description":"The new Type resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Type"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Type"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Type"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Type"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Type"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Type"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Type"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/elevator\/types\/{id}":{"get":{"operationId":"api_adminelevatortypes_id_get","tags":["Elevator type"],"responses":{"200":{"description":"Type resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Type resource.","description":"Retrieves a Type resource.","parameters":[{"name":"id","in":"path","description":"Type identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_adminelevatortypes_id_delete","tags":["Elevator type"],"responses":{"204":{"description":"Type resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Type resource.","description":"Removes the Type resource.","parameters":[{"name":"id","in":"path","description":"Type identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_adminelevatortypes_id_patch","tags":["Elevator type"],"responses":{"204":{"description":"Type resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Type resource.","description":"Updates the Type resource.","parameters":[{"name":"id","in":"path","description":"Type identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Type resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Type"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Type"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/logbook\/entries":{"get":{"operationId":"api_logbook_entry_list_admin","tags":["Logbook"],"responses":{"200":{"description":"Entry collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}}}}},"summary":"Retrieves the collection of Entry resources.","description":"Retrieves the collection of Entry resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[elevator.niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"latestWithOutageFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"latestWithHkFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_admin_logbook_entry_create","tags":["Logbook"],"responses":{"204":{"description":"Entry resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Entry resource.","description":"Creates a Entry resource.","parameters":[],"requestBody":{"description":"The new Entry resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Entry.CreateEntryRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/logbook\/entries\/{id}":{"delete":{"operationId":"api_adminlogbookentries_id_delete","tags":["Logbook"],"responses":{"204":{"description":"Entry resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Entry resource.","description":"Removes the Entry resource.","parameters":[{"name":"id","in":"path","description":"Entry identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/logbook\/entry-categories":{"get":{"operationId":"api_admin_category_list","tags":["Logbook"],"responses":{"200":{"description":"EntryCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}}}}},"summary":"Retrieves the collection of EntryCategory resources.","description":"Retrieves the collection of EntryCategory resources.","parameters":[{"name":"roles.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"roles.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_admin_category_create","tags":["Logbook"],"responses":{"201":{"description":"EntryCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a EntryCategory resource.","description":"Creates a EntryCategory resource.","parameters":[],"requestBody":{"description":"The new EntryCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/logbook\/entry-sub-categories":{"post":{"operationId":"api_admin_sub_category_create","tags":["Logbook"],"responses":{"201":{"description":"EntrySubCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a EntrySubCategory resource.","description":"Creates a EntrySubCategory resource.","parameters":[],"requestBody":{"description":"The new EntrySubCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/logbook\/entry-texts":{"post":{"operationId":"api_admin_entry_text_create","tags":["Logbook"],"responses":{"201":{"description":"EntryText resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a EntryText resource.","description":"Creates a EntryText resource.","parameters":[],"requestBody":{"description":"The new EntryText resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/login_check":{"ref":"JWT Token","post":{"operationId":"postAdminCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to login.","requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false}},"parameters":[]},"\/api\/admin\/qr-codes\/download":{"post":{"operationId":"api_admin_elevator_qr_code_list_download","tags":["QrCode"],"responses":{"200":{"description":"zipped file.","content":{"application\/zip":{"schema":{"type":"string","format":"binary"}}}},"204":"~"},"summary":"Downloads QR-code resources as zipped file.","description":"Creates a QrCode resource.","parameters":[],"requestBody":{"description":"The new QrCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QrCode.DownloadQrCodesRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/QrCode.DownloadQrCodesRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QrCode.DownloadQrCodesRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/QrCode.DownloadQrCodesRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/QrCode.DownloadQrCodesRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/QrCode.DownloadQrCodesRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/QrCode.DownloadQrCodesRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/reset_password":{"post":{"operationId":"api_admin_reset_password_create","tags":["Reset password"],"responses":{"204":{"description":"Reset password resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a reset password for admin","description":"Creates a Reset password resource.","parameters":[],"requestBody":{"description":"The new Reset password resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordAdminRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordAdminRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordAdminRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordAdminRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordAdminRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordAdminRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordAdminRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/reset_password\/change":{"post":{"operationId":"api_admin_reset_password_change","tags":["Reset password"],"responses":{"204":{"description":"Reset password resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Updates the password of the admin associated with the token","description":"Creates a Reset password resource.","parameters":[],"requestBody":{"description":"The new Reset password resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeAdminRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeAdminRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeAdminRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeAdminRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeAdminRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeAdminRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeAdminRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/user\/domain-roles":{"get":{"operationId":"api_adminuserdomain-roles_get_collection","tags":["User"],"responses":{"200":{"description":"DomainRole collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}}}}},"summary":"Retrieves the collection of DomainRole resources.","description":"Retrieves the collection of DomainRole resources.","parameters":[{"name":"applicationRole","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["internal","external","administrator","guest"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/user\/domain-roles\/{id}":{"get":{"operationId":"api_adminuserdomain-roles_id_get","tags":["User"],"responses":{"200":{"description":"DomainRole resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DomainRole resource.","description":"Retrieves a DomainRole resource.","parameters":[{"name":"id","in":"path","description":"DomainRole identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/user\/users":{"get":{"operationId":"api_admin_user_list","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: firstName, email, lastName","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"order[firstName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[phoneNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[enabled]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastLoginAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"availableAccounts.account.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"availableAccounts.account.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"organization","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"organization[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"exists[organization]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_admin_user_internal_create","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/user\/users\/email\/{email}":{"get":{"operationId":"api_admin_user_get_by_email","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/user\/users\/{id}":{"get":{"operationId":"api_admin_user_get","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_admin_user_update","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a User resource","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/user\/users\/{id}\/disable":{"put":{"operationId":"api_admin_user_disable","tags":["User"],"responses":{"204":{"description":"User resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a User resource","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","nullable":true}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/admin\/user\/users\/{id}\/enable":{"put":{"operationId":"api_admin_user_enable","tags":["User"],"responses":{"204":{"description":"User resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a User resource","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","nullable":true}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/companies":{"get":{"operationId":"api_companies_get_collection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company_list"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[organizationNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[address]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[emailMask]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[type.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: name, organizationNumber","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type.slug","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type.slug[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"hasAccess","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}":{"get":{"operationId":"api_companies_id_get","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Company-company_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/company\/types":{"get":{"operationId":"api_companytypes_get_collection","tags":["Company type"],"responses":{"200":{"description":"CompanyType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyType-company_type_get"}}}}}},"summary":"Retrieves the collection of CompanyType resources.","description":"Retrieves the collection of CompanyType resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/elevator\/accounts\/elevators":{"get":{"operationId":"api_elevator_for_all_accounts_list","tags":["Elevator"],"responses":{"200":{"description":"Elevator collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}}}}},"summary":"Retrieves the collection of Elevator resources.","description":"Retrieves the collection of Elevator resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[type.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[notice]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[address]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastLogEntry.createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[account.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[qrCode.id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"model","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"model[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"niNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"fabricationNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userPermissions.user","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userPermissions.user[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"qrCode","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"qrCode[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"inspectionCompany","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"inspectionCompany[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: description, address, niNumber","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"manufacturer","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"manufacturer[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"ni_number_fab_number","in":"query","description":"Selects entities contains a(n) exact value in one of the following properties: niNumber, fabricationNumber","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"outageElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"hkElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/alarm-line-types":{"get":{"operationId":"api_elevatoralarm-line-types_get_collection","tags":["Elevator alarm line type"],"responses":{"200":{"description":"AlarmLineType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmLineType"}}}}}},"summary":"Retrieves the collection of AlarmLineType resources.","description":"Retrieves the collection of AlarmLineType resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/elevator\/alarm-types":{"get":{"operationId":"api_elevatoralarm-types_get_collection","tags":["Elevator alarm type"],"responses":{"200":{"description":"AlarmType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlarmType"}}}}}},"summary":"Retrieves the collection of AlarmType resources.","description":"Retrieves the collection of AlarmType resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators":{"get":{"operationId":"api_elevator_list","tags":["Elevator"],"responses":{"200":{"description":"Elevator collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}}}}},"summary":"Retrieves the collection of Elevator resources.","description":"Retrieves the collection of Elevator resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[type.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[notice]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[address]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastLogEntry.createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[account.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[qrCode.id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"model","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"model[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"niNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"fabricationNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userPermissions.user","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userPermissions.user[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"qrCode","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"qrCode[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"inspectionCompany","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"inspectionCompany[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: description, address, niNumber","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"manufacturer","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"manufacturer[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"ni_number_fab_number","in":"query","description":"Selects entities contains a(n) exact value in one of the following properties: niNumber, fabricationNumber","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"outageElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"hkElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/archive":{"post":{"operationId":"api_elevatorelevatorsarchive_post","tags":["Elevator"],"responses":{"204":{"description":"Elevator resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Archive\/restore batch of elevators","description":"Creates a Elevator resource.","parameters":[],"requestBody":{"description":"The new Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.ArchiveBatchElevatorsRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.ArchiveBatchElevatorsRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator.ArchiveBatchElevatorsRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator.ArchiveBatchElevatorsRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator.ArchiveBatchElevatorsRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator.ArchiveBatchElevatorsRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator.ArchiveBatchElevatorsRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/archived":{"get":{"operationId":"api_elevator_list_archived","tags":["Elevator"],"responses":{"200":{"description":"Elevator collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list_qr_code_id"}}}}}},"summary":"Retrieves the collection of Elevator resources.","description":"Retrieves the collection of Elevator resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[type.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[notice]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[address]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastLogEntry.createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[account.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[qrCode.id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"model","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"model[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"niNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"fabricationNumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userPermissions.user","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"userPermissions.user[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"qrCode","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"qrCode[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"inspectionCompany","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"inspectionCompany[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: description, address, niNumber","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"account.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"manufacturer","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"manufacturer[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"outageElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"hkElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/batch":{"put":{"operationId":"api_elevatorelevatorsbatch_put","tags":["Elevator"],"responses":{"204":{"description":"Elevator resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the batch of elevators by IDs","description":"Replaces the Elevator resource.","parameters":[],"requestBody":{"description":"The updated Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateBatchElevatorRequest-elevator_id_company_id"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateBatchElevatorRequest-elevator_id_company_id"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateBatchElevatorRequest-elevator_id_company_id"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateBatchElevatorRequest-elevator_id_company_id"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateBatchElevatorRequest-elevator_id_company_id"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateBatchElevatorRequest-elevator_id_company_id"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateBatchElevatorRequest-elevator_id_company_id"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/delete":{"post":{"operationId":"api_elevatorelevatorsdelete_post","tags":["Elevator"],"responses":{"204":{"description":"Elevator resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Removes batch of elevators","description":"Creates a Elevator resource.","parameters":[],"requestBody":{"description":"The new Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.DeleteBatchElevatorsRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.DeleteBatchElevatorsRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator.DeleteBatchElevatorsRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator.DeleteBatchElevatorsRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator.DeleteBatchElevatorsRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator.DeleteBatchElevatorsRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator.DeleteBatchElevatorsRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/export":{"get":{"operationId":"api_elevator_export","tags":["Elevator"],"responses":{"200":{"description":"Elevator collection","content":{"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_list"}}}}}},"summary":"Retrieves the collection of Elevator resources.","description":"Retrieves the collection of Elevator resources.","parameters":[{"name":"outageElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"hkElevatorsFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/{elevatorId}\/entries":{"get":{"operationId":"api_elevatorelevators_elevatorIdentries_get_collection","tags":["Logbook"],"responses":{"200":{"description":"Entry collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}}}}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Retrieves the collection of Entry resources.","parameters":[{"name":"elevatorId","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[category.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[subCategory.name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[proposedText.text]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdBy.firstName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"category.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"category.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"subCategory.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"subCategory.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"createdByAdmin","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdByAdmin[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"description","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdByUserOrAdmin","in":"query","description":"Selects entities contains a(n) exact value in one of the following properties: createdBy, createdByAdmin","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"order[elevator.niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"latestWithOutageFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"latestWithHkFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/{id}":{"get":{"operationId":"api_elevator_get","tags":["Elevator"],"responses":{"200":{"description":"Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_user_list_qr_code_id"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_user_list_qr_code_id"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_user_list_qr_code_id"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_user_list_qr_code_id"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_user_list_qr_code_id"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_user_list_qr_code_id"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_user_list_qr_code_id"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Elevator resource.","description":"Retrieves a Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_elevator_update","tags":["Elevator"],"responses":{"200":{"description":"Elevator resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Elevator resource.","description":"Replaces the Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorRequest-elevator_update"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorRequest-elevator_update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorRequest-elevator_update"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorRequest-elevator_update"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorRequest-elevator_update"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorRequest-elevator_update"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator.UpdateElevatorRequest-elevator_update"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_elevatorelevators_id_delete","tags":["Elevator"],"responses":{"204":{"description":"Elevator resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Elevator resource.","description":"Removes the Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/{id}\/entries\/users":{"get":{"operationId":"api_elevatorelevators_identriesusers_get","tags":["Elevator"],"responses":{"200":{"description":"Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-user_get_entry_created_by"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a list of User resources related to elevator entries as creator.","description":"Retrieves a Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/{id}\/location_map":{"post":{"operationId":"api_elevatorelevators_idlocation_map_post","tags":["Elevator"],"responses":{"201":{"description":"Elevator resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_get_location_map"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Uploads location map image to an elevator resource.","description":"Creates a Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/elevator\/elevators\/{id}\/qr-code":{"get":{"operationId":"api_elevatorelevators_idqr-code_get","tags":["Elevator"],"responses":{"200":{"description":"A JSON object containing qr code with ID of resource.","content":{"application\/json":{"schema":{"type":"string","format":"byte","description":"Base64-encoded contents of the qr code image"}}}}},"summary":"Retrieves a JSON object containing qr code with ID of resource.","description":"Retrieves a Elevator resource.","parameters":[{"name":"id","in":"path","description":"Elevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/line-providers":{"get":{"operationId":"api_elevatorline-providers_get_collection","tags":["Elevator line provider"],"responses":{"200":{"description":"LineProvider collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LineProvider-elevator_line_provider_list"}}}}}},"summary":"Retrieves the collection of LineProvider resources.","description":"Retrieves the collection of LineProvider resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/elevator\/manufacturers":{"get":{"operationId":"api_elevatormanufacturers_get_collection","tags":["Elevator manufacturer"],"responses":{"200":{"description":"Manufacturer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_manufacturer_get"}}}}}},"summary":"Retrieves the collection of Manufacturer resources.","description":"Retrieves the collection of Manufacturer resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/elevator\/models":{"get":{"operationId":"api_elevatormodels_get_collection","tags":["Elevator model"],"responses":{"200":{"description":"Model collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_model_get"}}}}}},"summary":"Retrieves the collection of Model resources.","description":"Retrieves the collection of Model resources.","parameters":[{"name":"manufacturer","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"manufacturer[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/qr-codes\/{id}":{"get":{"operationId":"api_elevator_qr_code_get","tags":["QrCode"],"responses":{"200":{"description":"QrCode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_id"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_id"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_id"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_id"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_id"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_id"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/QrCode-qr_code_get_elevator_id"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a QrCode resource.","description":"Retrieves a QrCode resource.","parameters":[{"name":"id","in":"path","description":"QrCode identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/elevator\/types":{"get":{"operationId":"api_elevatortypes_get_collection","tags":["Elevator type"],"responses":{"200":{"description":"Type collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Type-elevator_type_get"}}}}}},"summary":"Retrieves the collection of Type resources.","description":"Retrieves the collection of Type resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/export\/elevators":{"post":{"operationId":"api_exportelevators_post","tags":["ElevatorExport"],"responses":{"204":{"description":"ElevatorExport resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create new export of company elevators logbooks.","description":"Creates a ElevatorExport resource.","parameters":[],"requestBody":{"description":"The new ElevatorExport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ElevatorExport.CreateExportRequest-export_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/ElevatorExport.CreateExportRequest-export_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ElevatorExport.CreateExportRequest-export_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/ElevatorExport.CreateExportRequest-export_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ElevatorExport.CreateExportRequest-export_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/ElevatorExport.CreateExportRequest-export_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/ElevatorExport.CreateExportRequest-export_get"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/export\/elevators\/download\/{id}\/{hash}":{"get":{"operationId":"api_exportelevatorsdownload_id_hash_get","tags":["export"],"responses":{"200":{"description":"ElevatorExport resource","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/ElevatorExport-export_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ElevatorExport resource.","description":"Retrieves a ElevatorExport resource.","parameters":[{"name":"id","in":"path","description":"ElevatorExport identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"hash","in":"path","description":"ElevatorExport identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/external\/admin\/elevator\/elevators":{"post":{"operationId":"api_externaladminelevatorelevators_post","tags":["Elevator"],"responses":{"201":{"description":"Elevator resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator-elevator_id"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Elevator resource.","description":"Creates a Elevator resource.","parameters":[],"requestBody":{"description":"The new Elevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorExternalRequest-elevator_create_external"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorExternalRequest-elevator_create_external"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorExternalRequest-elevator_create_external"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorExternalRequest-elevator_create_external"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorExternalRequest-elevator_create_external"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorExternalRequest-elevator_create_external"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Elevator.CreateElevatorExternalRequest-elevator_create_external"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/favorite-elevators-list-items":{"get":{"operationId":"api_favorite-elevators-list-items_get_collection","tags":["User favorite elevators list"],"responses":{"200":{"description":"FavoriteElevatorsListItem collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}}}}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Retrieves the collection of FavoriteElevatorsListItem resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_favorite-elevators-list-items_post","tags":["User favorite elevators list"],"responses":{"201":{"description":"FavoriteElevatorsListItem resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Creates a FavoriteElevatorsListItem resource.","parameters":[],"requestBody":{"description":"The new FavoriteElevatorsListItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/favorite-elevators-list-items\/{id}":{"get":{"operationId":"api_favorite-elevators-list-items_id_get","tags":["User favorite elevators list"],"responses":{"200":{"description":"FavoriteElevatorsListItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Retrieves a FavoriteElevatorsListItem resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsListItem identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_favorite-elevators-list-items_id_put","tags":["User favorite elevators list"],"responses":{"200":{"description":"FavoriteElevatorsListItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Replaces the FavoriteElevatorsListItem resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsListItem identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated FavoriteElevatorsListItem resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_favorite-elevators-list-items_id_delete","tags":["User favorite elevators list"],"responses":{"204":{"description":"FavoriteElevatorsListItem resource deleted"},"404":{"description":"Resource not found"}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Removes the FavoriteElevatorsListItem resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsListItem identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_favorite-elevators-list-items_id_patch","tags":["User favorite elevators list"],"responses":{"200":{"description":"FavoriteElevatorsListItem resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Updates the FavoriteElevatorsListItem resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsListItem identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated FavoriteElevatorsListItem resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/logbook\/entries":{"get":{"operationId":"api_logbook_entry_list","tags":["Logbook"],"responses":{"200":{"description":"Entry collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entry-entry_list"}}}}}},"summary":"Retrieves the collection of Entry resources.","description":"Retrieves the collection of Entry resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[elevator.niNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"latestWithOutageFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"latestWithHkFilter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_logbook_entry_create","tags":["Logbook"],"responses":{"204":{"description":"Entry resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Entry resource.","description":"Creates a Entry resource.","parameters":[],"requestBody":{"description":"The new Entry resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Entry.CreateEntryRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/logbook\/entries\/{id}":{"get":{"operationId":"api_logbook_entry_get","tags":["Logbook"],"responses":{"200":{"description":"Entry resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Entry resource.","description":"Retrieves a Entry resource.","parameters":[{"name":"id","in":"path","description":"Entry identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_logbookentries_id_delete","tags":["Logbook"],"responses":{"204":{"description":"Entry resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Entry resource.","description":"Removes the Entry resource.","parameters":[{"name":"id","in":"path","description":"Entry identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/logbook\/entries\/{id}\/media":{"post":{"operationId":"api_logbook_entry_media_upload","tags":["Logbook"],"responses":{"201":{"description":"Entry resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_upload_media_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_upload_media_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_upload_media_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_upload_media_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_upload_media_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_upload_media_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Entry-entry_upload_media_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Upload images captured to add more details to the logbook entry.","description":"Creates a Entry resource.","parameters":[{"name":"id","in":"path","description":"Entry identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"files":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/logbook\/entry-categories":{"get":{"operationId":"api_category_list","tags":["Logbook"],"responses":{"200":{"description":"EntryCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}}}}},"summary":"Retrieves the collection of EntryCategory resources.","description":"Retrieves the collection of EntryCategory resources.","parameters":[{"name":"roles.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"roles.id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/logbook\/entry-categories\/{id}":{"get":{"operationId":"api_category_get","tags":["Logbook"],"responses":{"200":{"description":"EntryCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntryCategory-entry_category_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EntryCategory resource.","description":"Retrieves a EntryCategory resource.","parameters":[{"name":"id","in":"path","description":"EntryCategory identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/logbook\/entry-sub-categories":{"get":{"operationId":"api_sub_category_list","tags":["Logbook"],"responses":{"200":{"description":"EntrySubCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}}}}},"summary":"Retrieves the collection of EntrySubCategory resources.","description":"Retrieves the collection of EntrySubCategory resources.","parameters":[{"name":"category","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"inSetting","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/logbook\/entry-sub-categories\/{id}":{"get":{"operationId":"api_sub_category_get","tags":["Logbook"],"responses":{"200":{"description":"EntrySubCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_sub_category_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EntrySubCategory resource.","description":"Retrieves a EntrySubCategory resource.","parameters":[{"name":"id","in":"path","description":"EntrySubCategory identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/logbook\/entry-texts":{"get":{"operationId":"api_entry_text_list","tags":["Logbook"],"responses":{"200":{"description":"EntryText collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}}}}},"summary":"Retrieves the collection of EntryText resources.","description":"Retrieves the collection of EntryText resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/logbook\/entry-texts\/{id}":{"get":{"operationId":"api_entry_text_get","tags":["Logbook"],"responses":{"200":{"description":"EntryText resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/EntryText-entry_text_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EntryText resource.","description":"Retrieves a EntryText resource.","parameters":[{"name":"id","in":"path","description":"EntryText identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/logbook\/media-documents\/{id}":{"get":{"operationId":"api_logbookmedia-documents_id_get","tags":["MediaDocument"],"responses":{"200":{"description":"MediaDocument resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument-entry_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument-entry_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument-entry_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument-entry_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument-entry_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument-entry_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument-entry_get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MediaDocument resource.","description":"Retrieves a MediaDocument resource.","parameters":[{"name":"id","in":"path","description":"MediaDocument identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_logbookmedia-documents_id_delete","tags":["MediaDocument"],"responses":{"204":{"description":"MediaDocument resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the MediaDocument resource.","description":"Removes the MediaDocument resource.","parameters":[{"name":"id","in":"path","description":"MediaDocument identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/logbook\/media-documents\/{id}\/download":{"get":{"operationId":"api_logbookmedia-documents_iddownload_get","tags":["MediaDocument"],"responses":{"200":{"description":"MediaDocument resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/MediaDocument"}}}},"404":{"description":"Resource not found"}},"summary":"Downloads original or resized image of media document.","description":"Retrieves a MediaDocument resource.","parameters":[{"in":"query","name":"width","schema":{"type":"integer"},"required":false,"description":"Width of image"},{"in":"query","name":"height","schema":{"type":"integer"},"required":false,"description":"Height of image"}],"deprecated":false},"parameters":[]},"\/api\/login_check":{"ref":"JWT Token","post":{"operationId":"postCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to login.","requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false}},"parameters":[]},"\/api\/settings\/notification":{"get":{"operationId":"get_setting_notification","tags":["Setting"],"responses":{"200":{"description":"Setting resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Setting"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Setting resource.","description":"Retrieves a Setting resource.","parameters":[],"deprecated":false},"put":{"operationId":"api_settingsnotification_put","tags":["Setting"],"responses":{"200":{"description":"Setting resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Setting"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Setting"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Setting resource.","description":"Replaces the Setting resource.","parameters":[],"requestBody":{"description":"The updated Setting resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Setting.UpdateSettingNotificationRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Setting.UpdateSettingNotificationRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Setting.UpdateSettingNotificationRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Setting.UpdateSettingNotificationRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Setting.UpdateSettingNotificationRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Setting.UpdateSettingNotificationRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Setting.UpdateSettingNotificationRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/token\/invalidate":{"ref":"JWT Token","get":{"operationId":"getPostLogout","tags":["Token"],"responses":{"200":{"description":"Invalidates refresh tokens.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/string"}}}}},"summary":"Invalidates refresh tokens associated with the current user."},"parameters":[]},"\/api\/token\/refresh":{"ref":"Refresh JWT Token","post":{"operationId":"postRefreshTokenItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Refresh JWT token to login.","requestBody":{"description":"Refresh JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefreshToken"}}},"required":false}},"parameters":[]},"\/api\/user\/activation":{"post":{"operationId":"api_user_activate","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Confirms an email address and enables user","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.ActivateUserRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.ActivateUserRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.ActivateUserRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.ActivateUserRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.ActivateUserRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.ActivateUserRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.ActivateUserRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/dashboard":{"get":{"operationId":"get_dashboard","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/user\/dashboard\/chart":{"get":{"operationId":"get_dashboard_chart","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/user\/domain-roles":{"get":{"operationId":"api_userdomain-roles_get_collection","tags":["User"],"responses":{"200":{"description":"DomainRole collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-domain_roles_get"}}}}}},"summary":"Retrieves the collection of DomainRole resources.","description":"Retrieves the collection of DomainRole resources.","parameters":[{"name":"applicationRole","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["internal","external","administrator","guest"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user\/favorite-lists\/":{"post":{"operationId":"api_favorite_elevators_create","tags":["User favorite elevators list"],"responses":{"202":{"description":"User favorite elevators list resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User favorite elevators list resource.","description":"Creates a User favorite elevators list resource.","parameters":[],"requestBody":{"description":"The new User favorite elevators list resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.CreateFavoriteElevatorsListRequest-favorite_list_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.CreateFavoriteElevatorsListRequest-favorite_list_write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.CreateFavoriteElevatorsListRequest-favorite_list_write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.CreateFavoriteElevatorsListRequest-favorite_list_write"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.CreateFavoriteElevatorsListRequest-favorite_list_write"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.CreateFavoriteElevatorsListRequest-favorite_list_write"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.CreateFavoriteElevatorsListRequest-favorite_list_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/favorite-lists\/{id}":{"get":{"operationId":"api_favorite_elevators_get","tags":["User favorite elevators list"],"responses":{"200":{"description":"User favorite elevators list resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User favorite elevators list resource.","description":"Retrieves a User favorite elevators list resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsList identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"api_favorite_elevators_delete","tags":["User favorite elevators list"],"responses":{"204":{"description":"User favorite elevators list resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the User favorite elevators list resource.","description":"Removes the User favorite elevators list resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsList identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_favorite_elevators_update","tags":["User favorite elevators list"],"responses":{"200":{"description":"User favorite elevators list resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get_elevator_list"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the User favorite elevators list resource.","description":"Updates the User favorite elevators list resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsList identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User favorite elevators list resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/favorite-lists\/{id}\/add":{"patch":{"operationId":"api_favorite_elevators_add_items","tags":["User favorite elevators list"],"responses":{"200":{"description":"User favorite elevators list resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Adds elevators to FavoriteElevatorsList resource","description":"Updates the User favorite elevators list resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsList identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User favorite elevators list resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.AddFavoriteElevatorsRequest-favorite_list_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.AddFavoriteElevatorsRequest-favorite_list_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/favorite-lists\/{id}\/delete":{"patch":{"operationId":"api_favorite_elevators_delete_items","tags":["User favorite elevators list"],"responses":{"200":{"description":"User favorite elevators list resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list-favorite_list_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Removes elevators from FavoriteElevatorsList resource","description":"Updates the User favorite elevators list resource.","parameters":[{"name":"id","in":"path","description":"FavoriteElevatorsList identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User favorite elevators list resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.DeleteFavoriteElevatorsRequest-favorite_list_write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.favorite.elevators.list.DeleteFavoriteElevatorsRequest-favorite_list_write"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/registration\/email":{"post":{"operationId":"api_user_email_registration_check","tags":["User"],"responses":{"204":{"description":"User resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Sends a registration link to user`s email (for the email domain of service companies only)","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.RegistrationEmailCheckRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.RegistrationEmailCheckRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.RegistrationEmailCheckRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.RegistrationEmailCheckRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.RegistrationEmailCheckRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.RegistrationEmailCheckRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.RegistrationEmailCheckRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/registration\/external":{"post":{"operationId":"api_user_external_create","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.CreateExternalUserRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.CreateExternalUserRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.CreateExternalUserRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.CreateExternalUserRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.CreateExternalUserRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.CreateExternalUserRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.CreateExternalUserRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/reset_password":{"post":{"operationId":"api_user_reset_password_create","tags":["Reset password"],"responses":{"204":{"description":"Reset password resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a reset password for user","description":"Creates a Reset password resource.","parameters":[],"requestBody":{"description":"The new Reset password resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/reset_password\/change":{"post":{"operationId":"api_user_reset_password_change","tags":["Reset password"],"responses":{"201":{"description":"Reset password resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeResponse"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeResponse"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeResponse"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeResponse"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeResponse"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeResponse"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeResponse"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Updates the password of the user associated with the token","description":"Creates a Reset password resource.","parameters":[],"requestBody":{"description":"The new Reset password resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/Reset.password.ResetPasswordChangeRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/user-elevators\/{id}":{"get":{"operationId":"api_useruser-elevators_id_get","tags":["User elevator"],"responses":{"200":{"description":"UserElevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserElevator"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/UserElevator"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserElevator"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/UserElevator"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/UserElevator"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/UserElevator"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/UserElevator"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserElevator resource.","description":"Retrieves a UserElevator resource.","parameters":[{"name":"id","in":"path","description":"UserElevator identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user\/user-emails\/{id}":{"parameters":[]},"\/api\/user\/users":{"get":{"operationId":"api_user_list","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user_list"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"Selects entities contains a(n) partial value in one of the following properties: firstName, email, lastName","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"order[firstName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[phoneNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[enabled]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastLoginAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"organization","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"organization[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"exists[organization]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_user_internal_create","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.CreateInternalUserRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/users\/elevators":{"post":{"operationId":"api_useruserselevators_post","tags":["User elevator"],"responses":{"202":{"description":"UserElevator resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Adds the accessed elevators to user by IDs","description":"Creates a UserElevator resource.","parameters":[],"requestBody":{"description":"The new UserElevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.CreateUserElevatorRequest-user_id_elevator_id"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.CreateUserElevatorRequest-user_id_elevator_id"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.CreateUserElevatorRequest-user_id_elevator_id"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.CreateUserElevatorRequest-user_id_elevator_id"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.CreateUserElevatorRequest-user_id_elevator_id"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.CreateUserElevatorRequest-user_id_elevator_id"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.CreateUserElevatorRequest-user_id_elevator_id"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/users\/elevators-delete":{"post":{"operationId":"api_useruserselevators-delete_post","tags":["User elevator"],"responses":{"204":{"description":"UserElevator resource created","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Removes the accessed elevators to user by IDs","description":"Creates a UserElevator resource.","parameters":[],"requestBody":{"description":"The new UserElevator resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.DeleteUserElevatorRequest"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.DeleteUserElevatorRequest"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.DeleteUserElevatorRequest"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.DeleteUserElevatorRequest"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.DeleteUserElevatorRequest"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.DeleteUserElevatorRequest"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/UserElevator.DeleteUserElevatorRequest"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/users\/email\/{email}":{"get":{"operationId":"api_user_get_by_email","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_base"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user\/users\/external\/{id}":{"put":{"operationId":"api_user_update_external","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a User resource","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateExternalUserRequest-user_update"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateExternalUserRequest-user_update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateExternalUserRequest-user_update"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateExternalUserRequest-user_update"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateExternalUserRequest-user_update"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateExternalUserRequest-user_update"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateExternalUserRequest-user_update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/users\/{id}":{"get":{"operationId":"api_user_get","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get_user_get_elevators"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_user_update","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a User resource","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.UpdateInternalUserRequest-user_update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/users\/{id}\/disable":{"put":{"operationId":"api_user_disable","tags":["User"],"responses":{"204":{"description":"User resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a User resource","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","nullable":true}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/users\/{id}\/enable":{"put":{"operationId":"api_user_enable","tags":["User"],"responses":{"204":{"description":"User resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a User resource","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","nullable":true}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/users\/{id}\/password":{"put":{"operationId":"api_user_password_update","tags":["User"],"responses":{"204":{"description":"User resource updated","content":{"application\/json":{"schema":{}},"application\/vnd.api+json":{"schema":{}},"text\/html":{"schema":{}},"text\/csv":{"schema":{}},"multipart\/form-data":{"schema":{}},"image\/png":{"schema":{}},"application\/zip":{"schema":{}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a User password","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.ChangeUserPasswordRequest-user_password_update"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.ChangeUserPasswordRequest-user_password_update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.ChangeUserPasswordRequest-user_password_update"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User.ChangeUserPasswordRequest-user_password_update"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User.ChangeUserPasswordRequest-user_password_update"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User.ChangeUserPasswordRequest-user_password_update"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User.ChangeUserPasswordRequest-user_password_update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user\/users\/{id}\/profile_image":{"post":{"operationId":"api_user_profile_image_upload","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"image\/png":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}},"application\/zip":{"schema":{"$ref":"#\/components\/schemas\/User-user_get"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Uploads a profile image to a user resource.","description":"Creates a User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"delete":{"operationId":"api_user_profile_image_delete","tags":["User"],"responses":{"204":{"description":"Profile image deleted"}},"summary":"Removes a profile image from a user resource.","description":"Removes the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user\/users\/{userId}\/favorite-lists":{"get":{"operationId":"api_userusers_userIdfavorite-lists_get_collection","tags":["User favorite elevators list"],"responses":{"200":{"description":"FavoriteElevatorsList collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsList-favorite_list_get_elevator_list"}}},"application\/vnd.api+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsList-favorite_list_get_elevator_list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsList-favorite_list_get_elevator_list"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsList-favorite_list_get_elevator_list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsList-favorite_list_get_elevator_list"}}},"image\/png":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsList-favorite_list_get_elevator_list"}}},"application\/zip":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsList-favorite_list_get_elevator_list"}}}}}},"summary":"Retrieves the collection of logbook entry sub resources belong to the Elevator resource.","description":"Retrieves the collection of FavoriteElevatorsList resources.","parameters":[{"name":"userId","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":200},"style":"form","explode":false,"allowReserved":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"Account":{"type":"object","description":"","deprecated":false,"properties":{"uuid":{"type":"string","format":"uuid"},"name":{"type":"string"},"email":{"type":"string","nullable":true},"organizationNumber":{"type":"string"},"number":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"addressAddition":{"type":"string","nullable":true},"addressCity":{"type":"string","nullable":true},"addressPostalCode":{"type":"string","nullable":true},"paymentTermsCode":{"type":"integer","nullable":true},"documentSendingProfile":{"type":"integer","nullable":true},"phoneNumber":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"billingCompanyName":{"type":"string","nullable":true},"billingEmail":{"type":"string","nullable":true},"billingOrganizationNumber":{"type":"string","nullable":true},"billingAddress":{"type":"string","nullable":true},"billingContactName":{"type":"string","nullable":true},"invoiceReference":{"type":"string","nullable":true},"owner":{"type":"string","format":"iri-reference","nullable":true},"companyAccesses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"userAccesses":{"type":"array","items":{"type":"string","format":"iri-reference"}},"is_admin_account":{"type":"boolean"},"subscriptionProduct":{"$ref":"#\/components\/schemas\/SubscriptionProduct"},"subscriptions":{"readOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription"}},"subscriptionStartAt":{"type":"string","format":"date-time","nullable":true},"subscriptionInvoiceAt":{"type":"string","format":"date-time","nullable":true},"subscriptionRenewalAt":{"type":"string","format":"date-time","nullable":true},"subscriptionEndAt":{"type":"string","format":"date-time","nullable":true},"subscriptionLastSuccessSyncAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"}}},"Account-account_get":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"email":{"type":"string","nullable":true},"organizationNumber":{"type":"string"},"number":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"addressAddition":{"type":"string","nullable":true},"addressCity":{"type":"string","nullable":true},"addressPostalCode":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"billingCompanyName":{"type":"string","nullable":true},"billingEmail":{"type":"string","nullable":true},"billingOrganizationNumber":{"type":"string","nullable":true},"billingAddress":{"type":"string","nullable":true},"billingContactName":{"type":"string","nullable":true},"invoiceReference":{"type":"string","nullable":true},"owner":{"anyOf":[{"$ref":"#\/components\/schemas\/User-account_get"}],"nullable":true},"is_admin_account":{"type":"boolean"},"subscriptionProduct":{"$ref":"#\/components\/schemas\/SubscriptionProduct-account_get"},"subscriptions":{"readOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription-account_get"}},"subscriptionStartAt":{"type":"string","format":"date-time","nullable":true},"subscriptionInvoiceAt":{"type":"string","format":"date-time","nullable":true},"subscriptionRenewalAt":{"type":"string","format":"date-time","nullable":true},"subscriptionEndAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account-account_get_dataverse_data":{"type":"object","description":"","deprecated":false},"Account-account_list":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"organizationNumber":{"type":"string"},"number":{"type":"string","nullable":true},"is_admin_account":{"type":"boolean"},"subscriptionProduct":{"$ref":"#\/components\/schemas\/SubscriptionProduct-account_list"},"subscriptionEndAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account-account_list_admin_account_list":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"email":{"type":"string","nullable":true},"organizationNumber":{"type":"string"},"number":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"addressAddition":{"type":"string","nullable":true},"addressCity":{"type":"string","nullable":true},"addressPostalCode":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"userAccesses":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountUserAccess-account_list_admin_account_list"}},"is_admin_account":{"type":"boolean"},"subscriptionProduct":{"$ref":"#\/components\/schemas\/SubscriptionProduct-account_list_admin_account_list"},"subscriptionEndAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"organizationNumber":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"organizationNumber":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account-elevator_list_elevator_list_admin_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account-elevator_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account-user_get":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"organizationNumber":{"type":"string"},"subscriptionProduct":{"$ref":"#\/components\/schemas\/SubscriptionProduct-user_get"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account-user_get_user_get_elevators":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"organizationNumber":{"type":"string"},"subscriptionProduct":{"$ref":"#\/components\/schemas\/SubscriptionProduct-user_get_user_get_elevators"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Account.CreateAccountRequest":{"type":"object","description":"","deprecated":false,"properties":{"accountId":{"maxLength":180,"type":"string","nullable":true},"organizationNumber":{"maxLength":180,"type":"string","nullable":true},"name":{"maxLength":180,"type":"string","nullable":true},"address":{"maxLength":255,"type":"string","nullable":true},"paymentTermsCode":{"type":"integer","nullable":true},"documentSendingProfile":{"type":"integer","nullable":true},"number":{"maxLength":180,"type":"string","nullable":true},"addressAddition":{"maxLength":255,"type":"string","nullable":true},"addressCity":{"maxLength":255,"type":"string","nullable":true},"addressPostalCode":{"maxLength":255,"type":"string","nullable":true},"email":{"format":"email","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true},"phoneNumber":{"maxLength":35,"type":"string","nullable":true},"ownerPhoneNumber":{"maxLength":180,"type":"string","nullable":true},"ownerEmail":{"format":"email","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true},"firstName":{"maxLength":70,"type":"string","nullable":true},"lastName":{"maxLength":70,"type":"string","nullable":true},"billingCompanyName":{"maxLength":180,"type":"string","nullable":true},"billingEmail":{"format":"email","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true},"billingOrganizationNumber":{"maxLength":180,"type":"string","nullable":true},"billingAddress":{"maxLength":255,"type":"string","nullable":true},"billingContactName":{"maxLength":255,"type":"string","nullable":true},"invoiceReference":{"maxLength":255,"type":"string","nullable":true},"subscriptionProduct":{"type":"string","nullable":true},"subscriptionStartAt":{"type":"integer","nullable":true},"subscriptionInvoiceAt":{"type":"integer","nullable":true},"subscriptionEndAt":{"type":"integer","nullable":true},"subscriptions":{"type":"array","items":{"type":"string"},"nullable":true}},"required":["organizationNumber","name","ownerPhoneNumber","ownerEmail","firstName","lastName","subscriptionProduct","subscriptionStartAt","subscriptionInvoiceAt","subscriptions"]},"Account.UpdateAccountRequest-account_write_admin":{"type":"object","description":"","deprecated":false,"properties":{"accountId":{"maxLength":180,"type":"string","nullable":true},"organizationNumber":{"maxLength":180,"type":"string","nullable":true},"name":{"maxLength":180,"type":"string","nullable":true},"address":{"maxLength":255,"type":"string","nullable":true},"paymentTermsCode":{"type":"integer","nullable":true},"documentSendingProfile":{"type":"integer","nullable":true},"number":{"maxLength":180,"type":"string","nullable":true},"addressAddition":{"maxLength":255,"type":"string","nullable":true},"addressCity":{"maxLength":255,"type":"string","nullable":true},"addressPostalCode":{"maxLength":255,"type":"string","nullable":true},"email":{"format":"email","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true},"phoneNumber":{"maxLength":35,"type":"string","nullable":true},"billingCompanyName":{"maxLength":180,"type":"string","nullable":true},"billingEmail":{"format":"email","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true},"billingOrganizationNumber":{"maxLength":180,"type":"string","nullable":true},"billingAddress":{"maxLength":255,"type":"string","nullable":true},"billingContactName":{"maxLength":255,"type":"string","nullable":true},"invoiceReference":{"maxLength":255,"type":"string","nullable":true},"enabled":{"type":"boolean"},"subscriptionProduct":{"type":"string","nullable":true},"subscriptions":{"type":"array","items":{"type":"string"},"nullable":true},"subscriptionStartAt":{"type":"integer","nullable":true},"subscriptionInvoiceAt":{"type":"integer","nullable":true},"subscriptionEndAt":{"type":"integer","nullable":true}},"required":["organizationNumber","name","subscriptionProduct","subscriptions","subscriptionStartAt","subscriptionInvoiceAt"]},"Account.UpdateAccountRequestHandler-account_write":{"type":"object","description":"","deprecated":false},"Account.UpgradeAccountSubscriptionRequest-account_write":{"type":"object","description":"","deprecated":false},"AccountAccess":{"type":"object","description":"","deprecated":false,"properties":{"account":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AccountAccess-company_list":{"type":"object","description":"","deprecated":false,"properties":{"company":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-company_list"}],"nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AccountAccess.CreateAccountCompanyAccessRequest":{"type":"object","description":"","deprecated":false,"required":["account","company"],"properties":{"account":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true}}},"AccountUserAccess":{"type":"object","description":"","deprecated":false,"properties":{"account":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference"},"domainRole":{"type":"string","format":"iri-reference"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"}}},"AccountUserAccess-account_list_admin_account_list":{"type":"object","description":"","deprecated":false,"properties":{"user":{"$ref":"#\/components\/schemas\/User-account_list_admin_account_list"},"domainRole":{"$ref":"#\/components\/schemas\/DomainRole-account_list_admin_account_list"}}},"AccountUserAccess-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AccountUserAccess-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AccountUserAccess-user_get":{"type":"object","description":"","deprecated":false,"properties":{"account":{"anyOf":[{"$ref":"#\/components\/schemas\/Account-user_get"}],"nullable":true},"domainRole":{"$ref":"#\/components\/schemas\/DomainRole-user_get"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AccountUserAccess-user_get_user_get_elevators":{"type":"object","description":"","deprecated":false,"properties":{"account":{"anyOf":[{"$ref":"#\/components\/schemas\/Account-user_get_user_get_elevators"}],"nullable":true},"domainRole":{"$ref":"#\/components\/schemas\/DomainRole-user_get_user_get_elevators"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AccountUserAccess-user_list":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AccountUserAccess.UpdateAccountUserAccessRequest-account_user_access_write":{"type":"object","description":"","deprecated":false,"required":["domainRole"],"properties":{"domainRole":{"anyOf":[{"$ref":"#\/components\/schemas\/DomainRole-account_user_access_write"}],"nullable":true}}},"Activity-activity_get":{"type":"object","description":"","deprecated":false,"properties":{"performerProfileImage":{"type":"array","items":{"type":"string"}},"type":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"performerId":{"type":"integer"},"performerName":{"type":"string"},"performerCompany":{"type":"string"},"description":{"type":"string"},"topic":{"$ref":"#\/components\/schemas\/Topic-activity_get"}}},"Activity-activity_list":{"type":"object","description":"","deprecated":false,"properties":{"performerProfileImage":{"type":"array","items":{"type":"string"}},"type":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"performerId":{"type":"integer"},"performerName":{"type":"string"},"performerCompany":{"type":"string"},"description":{"type":"string"},"topic":{"$ref":"#\/components\/schemas\/Topic-activity_list"}}},"Admin":{"type":"object","description":"","deprecated":false,"properties":{"roles":{"type":"array","items":{"type":"string"}},"profileImage":{"type":"array","items":{"type":"string"}},"uuid":{"type":"string","format":"uuid"},"email":{"type":"string"},"emailCanonical":{"type":"string"},"password":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"profileImageFilePath":{"type":"string","nullable":true},"profileImageFile":{"type":"string","format":"binary","nullable":true},"lastLoginAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"userIdentifier":{"readOnly":true,"description":"A visual identifier that represents this user.","type":"string"},"applicationRole":{"readOnly":true,"type":"string"},"fullName":{"readOnly":true,"type":"string"},"username":{"readOnly":true,"type":"string"},"role":{"writeOnly":true,"type":"array","items":{"type":"string"}},"salt":{"readOnly":true,"type":"string","nullable":true}}},"Admin-entry_get":{"type":"object","description":"","deprecated":false,"properties":{"profileImage":{"type":"array","items":{"type":"string"}},"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Admin-entry_list":{"type":"object","description":"","deprecated":false,"properties":{"profileImage":{"type":"array","items":{"type":"string"}},"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Admin-qr_code_list":{"type":"object","description":"","deprecated":false,"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"fullName":{"readOnly":true,"type":"string"}}},"Admin-user_get":{"type":"object","description":"","deprecated":false,"properties":{"profileImage":{"type":"array","items":{"type":"string"}},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"applicationRole":{"readOnly":true,"type":"string"}}},"Admin-user_list":{"type":"object","description":"","deprecated":false,"properties":{"profileImage":{"type":"array","items":{"type":"string"}},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Admin.ChangeUserPasswordRequest-user_password_update":{"type":"object","description":"","deprecated":false,"required":["currentPassword","plainPassword"],"properties":{"currentPassword":{"type":"string","nullable":true},"plainPassword":{"type":"string","nullable":true}}},"Admin.UpdateAdminRequest-admin_update":{"type":"object","description":"","deprecated":false,"required":["phoneNumber","firstName","lastName","email"],"properties":{"phoneNumber":{"maxLength":35,"type":"string","nullable":true},"firstName":{"maxLength":70,"type":"string","nullable":true},"lastName":{"maxLength":70,"type":"string","nullable":true},"email":{"format":"email","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true}}},"AlarmLineType":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmLineType-elevator_alarm_line_type_write":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"}}},"AlarmLineType-elevator_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmLineType-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmLineType-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmLineType-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmType":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmType-elevator_alarm_type_write":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"}}},"AlarmType-elevator_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmType-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmType-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"AlarmType-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Company":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"organizationNumber":{"type":"string"},"address":{"type":"string"},"emailMask":{"type":"string"},"email":{"type":"string"},"type":{"type":"string","format":"iri-reference"},"domainRoles":{"type":"array","items":{"type":"string","format":"iri-reference"}},"users":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"accountCompanyAccesses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"lastLoginAt":{"type":"string","format":"date-time","nullable":true},"favoriteElevatorsListItems":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"deleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"Company-company_get":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"organizationNumber":{"type":"string"},"address":{"type":"string"},"emailMask":{"type":"string"},"email":{"type":"string"},"type":{"$ref":"#\/components\/schemas\/CompanyType-company_get"},"domainRoles":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-company_get"}},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Company-company_list":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"organizationNumber":{"type":"string"},"address":{"type":"string"},"emailMask":{"type":"string"},"email":{"type":"string"},"type":{"$ref":"#\/components\/schemas\/CompanyType-company_list"},"domainRoles":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-company_list"}},"lastLoginAt":{"type":"string","format":"date-time","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Company-elevator_get":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true}}},"Company-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true}}},"Company-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true}}},"Company-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true}}},"Company-elevator_id_company_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Company-user_get":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Company-user_get_user_get_elevators":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Company.CreateCompanyRequest":{"type":"object","description":"","deprecated":false,"required":["name","organizationNumber","address","emailMask","email","type"],"properties":{"name":{"maxLength":225,"type":"string","nullable":true},"organizationNumber":{"maxLength":225,"type":"string","nullable":true},"address":{"maxLength":225,"type":"string","nullable":true},"emailMask":{"pattern":"^(@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+)$","maxLength":35,"type":"string","nullable":true},"email":{"maxLength":180,"type":"string","nullable":true},"type":{"type":"string","format":"iri-reference","nullable":true},"domainRoles":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole"}}}},"Company.UpdateCompanyRequest-company_write":{"type":"object","description":"","deprecated":false,"required":["name","organizationNumber","address","email"],"properties":{"name":{"maxLength":225,"type":"string","nullable":true},"organizationNumber":{"maxLength":225,"type":"string","nullable":true},"address":{"maxLength":225,"type":"string","nullable":true},"email":{"maxLength":180,"type":"string","nullable":true},"domainRoles":{"type":"array","items":{"$ref":"#\/components\/schemas\/DomainRole-company_write"}}}},"CompanyType-company_get":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"type":"string"},"name":{"type":"string"}}},"CompanyType-company_list":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"type":"string"},"name":{"type":"string"}}},"CompanyType-company_type_get":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"type":"string"},"name":{"type":"string"}}},"DomainRole":{"type":"object","description":"","deprecated":false,"required":["role","applicationRole","name"],"properties":{"role":{"type":"string"},"applicationRole":{"readOnly":true,"type":"string"},"name":{"type":"string"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"DomainRole-account_list_admin_account_list":{"type":"object","description":"","deprecated":false,"required":["role","applicationRole","name"],"properties":{"role":{"type":"string"},"applicationRole":{"enum":["ROLE_ADMIN","ROLE_LOGBOOK_USER","ROLE_USER"],"type":"string"},"name":{"type":"string"}}},"DomainRole-account_user_access_write":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"DomainRole-company_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"DomainRole-company_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"DomainRole-company_write":{"type":"object","description":"","deprecated":false},"DomainRole-domain_roles_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"applicationRole":{"readOnly":true,"type":"string"}}},"DomainRole-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"DomainRole-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"DomainRole-user_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"DomainRole-user_get_user_get_elevators":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"DomainRole-user_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator":{"type":"object","description":"","deprecated":false,"properties":{"locationMap":{"type":"array","items":{"type":"string"}},"userHasAccess":{"type":"boolean"},"manufacturer":{"type":"string","format":"iri-reference","nullable":true},"model":{"type":"string","format":"iri-reference","nullable":true},"fabricatedAt":{"type":"string","format":"date-time","nullable":true},"address":{"type":"string"},"renovatedAt":{"type":"string","format":"date-time","nullable":true},"assetNumber":{"type":"string","nullable":true},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"alarmPhoneNumber":{"type":"string","nullable":true},"privateRoomAccess":{"default":true,"example":true,"type":"boolean"},"account":{"type":"string","format":"iri-reference"},"type":{"type":"string","format":"iri-reference"},"alarmType":{"type":"string","format":"iri-reference","nullable":true},"alarmLineType":{"type":"string","format":"iri-reference","nullable":true},"lineProvider":{"type":"string","format":"iri-reference","nullable":true},"mazeMapUrl":{"type":"string","nullable":true},"safetyInspectionCompany":{"type":"string","format":"iri-reference","nullable":true},"inspectionCompany":{"type":"string","format":"iri-reference","nullable":true},"alarmCompany":{"type":"string","format":"iri-reference","nullable":true},"locationMapFile":{"type":"string","format":"binary","nullable":true},"locationMapFilePath":{"type":"string","nullable":true},"entries":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"lastLogEntry":{"type":"string","format":"iri-reference","nullable":true},"qrCode":{"type":"string","format":"iri-reference","nullable":true},"contactPersons":{"type":"array","items":{"type":"string","format":"iri-reference"}},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"favoriteElevatorsListItems":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-elevator_get":{"type":"object","description":"","deprecated":false,"properties":{"locationMap":{"type":"array","items":{"type":"string"}},"manufacturer":{"anyOf":[{"$ref":"#\/components\/schemas\/Manufacturer-elevator_get"}],"nullable":true},"model":{"anyOf":[{"$ref":"#\/components\/schemas\/Model-elevator_get"}],"nullable":true},"fabricatedAt":{"type":"string","format":"date-time","nullable":true},"address":{"type":"string"},"renovatedAt":{"type":"string","format":"date-time","nullable":true},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"alarmPhoneNumber":{"type":"string","nullable":true},"privateRoomAccess":{"default":true,"example":true,"type":"boolean"},"type":{"$ref":"#\/components\/schemas\/Type-elevator_get"},"alarmType":{"anyOf":[{"$ref":"#\/components\/schemas\/AlarmType-elevator_get"}],"nullable":true},"alarmLineType":{"anyOf":[{"$ref":"#\/components\/schemas\/AlarmLineType-elevator_get"}],"nullable":true},"lineProvider":{"anyOf":[{"$ref":"#\/components\/schemas\/LineProvider-elevator_get"}],"nullable":true},"mazeMapUrl":{"type":"string","nullable":true},"safetyInspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get"}],"nullable":true},"inspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get"}],"nullable":true},"alarmCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get"}],"nullable":true},"lastLogEntry":{"anyOf":[{"$ref":"#\/components\/schemas\/Entry-elevator_get"}],"nullable":true},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"properties":{"locationMap":{"type":"array","items":{"type":"string"}},"manufacturer":{"anyOf":[{"$ref":"#\/components\/schemas\/Manufacturer-elevator_get_elevator_get_admin"}],"nullable":true},"model":{"anyOf":[{"$ref":"#\/components\/schemas\/Model-elevator_get_elevator_get_admin"}],"nullable":true},"fabricatedAt":{"type":"string","format":"date-time","nullable":true},"address":{"type":"string"},"renovatedAt":{"type":"string","format":"date-time","nullable":true},"assetNumber":{"type":"string","nullable":true},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"alarmPhoneNumber":{"type":"string","nullable":true},"privateRoomAccess":{"default":true,"example":true,"type":"boolean"},"type":{"$ref":"#\/components\/schemas\/Type-elevator_get_elevator_get_admin"},"alarmType":{"anyOf":[{"$ref":"#\/components\/schemas\/AlarmType-elevator_get_elevator_get_admin"}],"nullable":true},"alarmLineType":{"anyOf":[{"$ref":"#\/components\/schemas\/AlarmLineType-elevator_get_elevator_get_admin"}],"nullable":true},"lineProvider":{"anyOf":[{"$ref":"#\/components\/schemas\/LineProvider-elevator_get_elevator_get_admin"}],"nullable":true},"mazeMapUrl":{"type":"string","nullable":true},"safetyInspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_elevator_get_admin"}],"nullable":true},"inspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_elevator_get_admin"}],"nullable":true},"alarmCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_elevator_get_admin"}],"nullable":true},"lastLogEntry":{"anyOf":[{"$ref":"#\/components\/schemas\/Entry-elevator_get_elevator_get_admin"}],"nullable":true},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"locationMap":{"type":"array","items":{"type":"string"}},"manufacturer":{"anyOf":[{"$ref":"#\/components\/schemas\/Manufacturer-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"model":{"anyOf":[{"$ref":"#\/components\/schemas\/Model-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"fabricatedAt":{"type":"string","format":"date-time","nullable":true},"address":{"type":"string"},"renovatedAt":{"type":"string","format":"date-time","nullable":true},"assetNumber":{"type":"string","nullable":true},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"alarmPhoneNumber":{"type":"string","nullable":true},"privateRoomAccess":{"default":true,"example":true,"type":"boolean"},"account":{"$ref":"#\/components\/schemas\/Account-elevator_get_elevator_get_admin_user_list_qr_code_id"},"type":{"$ref":"#\/components\/schemas\/Type-elevator_get_elevator_get_admin_user_list_qr_code_id"},"alarmType":{"anyOf":[{"$ref":"#\/components\/schemas\/AlarmType-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"alarmLineType":{"anyOf":[{"$ref":"#\/components\/schemas\/AlarmLineType-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"lineProvider":{"anyOf":[{"$ref":"#\/components\/schemas\/LineProvider-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"mazeMapUrl":{"type":"string","nullable":true},"safetyInspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"inspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"alarmCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"lastLogEntry":{"anyOf":[{"$ref":"#\/components\/schemas\/Entry-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"qrCode":{"anyOf":[{"$ref":"#\/components\/schemas\/QrCode-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"contactPersons":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-elevator_get_elevator_get_admin_user_list_qr_code_id"}},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-elevator_get_location_map":{"type":"object","description":"","deprecated":false,"properties":{"locationMap":{"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"locationMap":{"type":"array","items":{"type":"string"}},"manufacturer":{"anyOf":[{"$ref":"#\/components\/schemas\/Manufacturer-elevator_get_user_list_qr_code_id"}],"nullable":true},"model":{"anyOf":[{"$ref":"#\/components\/schemas\/Model-elevator_get_user_list_qr_code_id"}],"nullable":true},"fabricatedAt":{"type":"string","format":"date-time","nullable":true},"address":{"type":"string"},"renovatedAt":{"type":"string","format":"date-time","nullable":true},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"alarmPhoneNumber":{"type":"string","nullable":true},"privateRoomAccess":{"default":true,"example":true,"type":"boolean"},"account":{"$ref":"#\/components\/schemas\/Account-elevator_get_user_list_qr_code_id"},"type":{"$ref":"#\/components\/schemas\/Type-elevator_get_user_list_qr_code_id"},"alarmType":{"anyOf":[{"$ref":"#\/components\/schemas\/AlarmType-elevator_get_user_list_qr_code_id"}],"nullable":true},"alarmLineType":{"anyOf":[{"$ref":"#\/components\/schemas\/AlarmLineType-elevator_get_user_list_qr_code_id"}],"nullable":true},"lineProvider":{"anyOf":[{"$ref":"#\/components\/schemas\/LineProvider-elevator_get_user_list_qr_code_id"}],"nullable":true},"mazeMapUrl":{"type":"string","nullable":true},"safetyInspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_user_list_qr_code_id"}],"nullable":true},"inspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_user_list_qr_code_id"}],"nullable":true},"alarmCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_get_user_list_qr_code_id"}],"nullable":true},"lastLogEntry":{"anyOf":[{"$ref":"#\/components\/schemas\/Entry-elevator_get_user_list_qr_code_id"}],"nullable":true},"qrCode":{"anyOf":[{"$ref":"#\/components\/schemas\/QrCode-elevator_get_user_list_qr_code_id"}],"nullable":true},"contactPersons":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-elevator_get_user_list_qr_code_id"}},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-elevator_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator-elevator_id_company_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator-elevator_list":{"type":"object","description":"","deprecated":false,"properties":{"manufacturer":{"anyOf":[{"$ref":"#\/components\/schemas\/Manufacturer-elevator_list"}],"nullable":true},"model":{"anyOf":[{"$ref":"#\/components\/schemas\/Model-elevator_list"}],"nullable":true},"address":{"type":"string"},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"type":{"$ref":"#\/components\/schemas\/Type-elevator_list"},"lastLogEntry":{"anyOf":[{"$ref":"#\/components\/schemas\/Entry-elevator_list"}],"nullable":true},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-elevator_list_elevator_list_admin_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"manufacturer":{"anyOf":[{"$ref":"#\/components\/schemas\/Manufacturer-elevator_list_elevator_list_admin_qr_code_id"}],"nullable":true},"model":{"anyOf":[{"$ref":"#\/components\/schemas\/Model-elevator_list_elevator_list_admin_qr_code_id"}],"nullable":true},"address":{"type":"string"},"assetNumber":{"type":"string","nullable":true},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"account":{"$ref":"#\/components\/schemas\/Account-elevator_list_elevator_list_admin_qr_code_id"},"type":{"$ref":"#\/components\/schemas\/Type-elevator_list_elevator_list_admin_qr_code_id"},"lastLogEntry":{"anyOf":[{"$ref":"#\/components\/schemas\/Entry-elevator_list_elevator_list_admin_qr_code_id"}],"nullable":true},"qrCode":{"anyOf":[{"$ref":"#\/components\/schemas\/QrCode-elevator_list_elevator_list_admin_qr_code_id"}],"nullable":true},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-elevator_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"manufacturer":{"anyOf":[{"$ref":"#\/components\/schemas\/Manufacturer-elevator_list_qr_code_id"}],"nullable":true},"model":{"anyOf":[{"$ref":"#\/components\/schemas\/Model-elevator_list_qr_code_id"}],"nullable":true},"address":{"type":"string"},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"account":{"$ref":"#\/components\/schemas\/Account-elevator_list_qr_code_id"},"type":{"$ref":"#\/components\/schemas\/Type-elevator_list_qr_code_id"},"lastLogEntry":{"anyOf":[{"$ref":"#\/components\/schemas\/Entry-elevator_list_qr_code_id"}],"nullable":true},"qrCode":{"anyOf":[{"$ref":"#\/components\/schemas\/QrCode-elevator_list_qr_code_id"}],"nullable":true},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-entry_list":{"type":"object","description":"","deprecated":false,"properties":{"niNumber":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator-favorite_list_get":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator-favorite_list_get_elevator_list":{"type":"object","description":"","deprecated":false,"properties":{"manufacturer":{"anyOf":[{"$ref":"#\/components\/schemas\/Manufacturer-favorite_list_get_elevator_list"}],"nullable":true},"model":{"anyOf":[{"$ref":"#\/components\/schemas\/Model-favorite_list_get_elevator_list"}],"nullable":true},"address":{"type":"string"},"niNumber":{"type":"string"},"fabricationNumber":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"type":{"$ref":"#\/components\/schemas\/Type-favorite_list_get_elevator_list"},"lastLogEntry":{"anyOf":[{"$ref":"#\/components\/schemas\/Entry-favorite_list_get_elevator_list"}],"nullable":true},"archived":{"type":"boolean"},"notice":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isBelongToSharedCompany":{"readOnly":true,"type":"boolean"}}},"Elevator-favorite_list_write":{"type":"object","description":"","deprecated":false},"Elevator-qr_code_get_elevator_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator-qr_code_list":{"type":"object","description":"","deprecated":false,"properties":{"niNumber":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator-user_get_entry_created_by":{"type":"object","description":"","deprecated":false},"Elevator-user_id_elevator_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Elevator.ArchiveBatchElevatorsRequest":{"type":"object","description":"","deprecated":false,"required":["elevatorIDs","archived"],"properties":{"elevatorIDs":{"type":"array","items":{"type":"integer"}},"archived":{"type":"boolean","nullable":true}}},"Elevator.CreateElevatorExternalRequest-elevator_create_external":{"type":"object","description":"","deprecated":false,"properties":{"account":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"safetyInspectionCompany":{"type":"string","nullable":true},"inspectionCompany":{"type":"string","nullable":true},"alarmCompany":{"type":"string","nullable":true},"alarmType":{"type":"string","nullable":true},"alarmLineType":{"type":"string","nullable":true},"lineProvider":{"type":"string","nullable":true},"modelType":{"anyOf":[{"$ref":"#\/components\/schemas\/ModelTypeExternalDto-elevator_create_external"}],"nullable":true},"fabricatedAt":{"externalDocs":{"url":"https:\/\/schema.org\/DateTime"},"type":"string","nullable":true},"address":{"maxLength":250,"type":"string","nullable":true},"renovatedAt":{"externalDocs":{"url":"https:\/\/schema.org\/DateTime"},"type":"string","nullable":true},"niNumber":{"maxLength":50,"type":"string","nullable":true},"fabricationNumber":{"maxLength":50,"type":"string","nullable":true},"assetNumber":{"maxLength":50,"type":"string","nullable":true},"description":{"maxLength":250,"type":"string","nullable":true},"notice":{"maxLength":250,"type":"string","nullable":true},"alarmPhoneNumber":{"maxLength":20,"type":"string","nullable":true},"privateRoomAccess":{"type":"boolean"},"mazeMapUrl":{"format":"uri","maxLength":250,"externalDocs":{"url":"https:\/\/schema.org\/url"},"type":"string","nullable":true},"contactPersons":{"type":"array","items":{"type":"string"}}},"required":["type","address","niNumber","fabricationNumber","assetNumber"]},"Elevator.CreateElevatorRequest-elevator_create":{"type":"object","description":"","deprecated":false,"required":["account","address","niNumber","fabricationNumber","assetNumber","type"],"properties":{"account":{"type":"string","format":"iri-reference","nullable":true},"modelType":{"anyOf":[{"$ref":"#\/components\/schemas\/ModelTypeDto-elevator_create"}],"nullable":true},"fabricatedAt":{"type":"string","format":"date-time","nullable":true},"address":{"maxLength":250,"type":"string","nullable":true},"renovatedAt":{"type":"string","format":"date-time","nullable":true},"niNumber":{"maxLength":50,"type":"string","nullable":true},"fabricationNumber":{"maxLength":50,"type":"string","nullable":true},"assetNumber":{"maxLength":50,"type":"string","nullable":true},"description":{"maxLength":250,"type":"string","nullable":true},"notice":{"maxLength":250,"type":"string","nullable":true},"alarmPhoneNumber":{"maxLength":20,"type":"string","nullable":true},"privateRoomAccess":{"default":true,"example":true,"type":"boolean"},"safetyInspectionCompany":{"type":"string","format":"iri-reference","nullable":true},"inspectionCompany":{"type":"string","format":"iri-reference","nullable":true},"alarmCompany":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"string","format":"iri-reference","nullable":true},"alarmType":{"type":"string","format":"iri-reference","nullable":true},"alarmLineType":{"type":"string","format":"iri-reference","nullable":true},"mazeMapUrl":{"format":"uri","maxLength":250,"externalDocs":{"url":"https:\/\/schema.org\/url"},"type":"string","nullable":true},"contactPersons":{"type":"array","items":{"type":"string"}},"lineProvider":{"type":"string","format":"iri-reference","nullable":true}}},"Elevator.DeleteBatchElevatorsRequest":{"type":"object","description":"","deprecated":false,"required":["elevatorIDs"],"properties":{"elevatorIDs":{"type":"array","items":{"type":"integer"}}}},"Elevator.TransferBatchElevatorsRequest":{"type":"object","description":"","deprecated":false,"required":["account"],"properties":{"account":{"type":"string","format":"iri-reference","nullable":true},"elevators":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator"}}}},"Elevator.UpdateBatchElevatorRequest-elevator_id_company_id":{"type":"object","description":"","deprecated":false,"properties":{"elevators":{"minItems":1,"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-elevator_id_company_id"}},"safetyInspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_id_company_id"}],"nullable":true},"inspectionCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_id_company_id"}],"nullable":true},"alarmCompany":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-elevator_id_company_id"}],"nullable":true}}},"Elevator.UpdateElevatorAdminRequest-elevator_update":{"type":"object","description":"","deprecated":false,"required":["niNumber","fabricationNumber","assetNumber","address","type"],"properties":{"niNumber":{"maxLength":50,"type":"string","nullable":true},"fabricationNumber":{"maxLength":50,"type":"string","nullable":true},"assetNumber":{"maxLength":50,"type":"string","nullable":true},"modelType":{"anyOf":[{"$ref":"#\/components\/schemas\/ModelTypeDto-elevator_update"}],"nullable":true},"fabricatedAt":{"type":"string","format":"date-time","nullable":true},"address":{"maxLength":250,"type":"string"},"renovatedAt":{"type":"string","format":"date-time","nullable":true},"description":{"maxLength":250,"type":"string","nullable":true},"alarmPhoneNumber":{"maxLength":20,"type":"string","nullable":true},"privateRoomAccess":{"type":"boolean"},"safetyInspectionCompany":{"type":"string","format":"iri-reference","nullable":true},"inspectionCompany":{"type":"string","format":"iri-reference","nullable":true},"alarmCompany":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"string","format":"iri-reference","nullable":true},"alarmType":{"type":"string","format":"iri-reference","nullable":true},"alarmLineType":{"type":"string","format":"iri-reference","nullable":true},"mazeMapUrl":{"format":"uri","maxLength":250,"externalDocs":{"url":"https:\/\/schema.org\/url"},"type":"string","nullable":true},"contactPersons":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-elevator_update"}},"lineProvider":{"type":"string","format":"iri-reference","nullable":true},"notice":{"maxLength":250,"type":"string","nullable":true}}},"Elevator.UpdateElevatorRequest-elevator_update":{"type":"object","description":"","deprecated":false,"properties":{"modelType":{"anyOf":[{"$ref":"#\/components\/schemas\/ModelTypeDto-elevator_update"}],"nullable":true},"fabricatedAt":{"type":"string","format":"date-time","nullable":true},"address":{"maxLength":250,"type":"string"},"renovatedAt":{"type":"string","format":"date-time","nullable":true},"description":{"maxLength":250,"type":"string","nullable":true},"notice":{"maxLength":250,"type":"string","nullable":true},"alarmPhoneNumber":{"maxLength":20,"type":"string","nullable":true},"privateRoomAccess":{"type":"boolean"},"safetyInspectionCompany":{"type":"string","format":"iri-reference","nullable":true},"inspectionCompany":{"type":"string","format":"iri-reference","nullable":true},"alarmCompany":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"string","format":"iri-reference","nullable":true},"alarmType":{"type":"string","format":"iri-reference","nullable":true},"alarmLineType":{"type":"string","format":"iri-reference","nullable":true},"mazeMapUrl":{"format":"uri","maxLength":250,"externalDocs":{"url":"https:\/\/schema.org\/url"},"type":"string","nullable":true},"contactPersons":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-elevator_update"}},"lineProvider":{"type":"string","format":"iri-reference","nullable":true}},"required":["address","type"]},"ElevatorExport-export_get":{"type":"object","description":"","deprecated":false,"properties":{"account":{"type":"string","format":"iri-reference"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"ElevatorExport.CreateExportRequest-export_get":{"type":"object","description":"","deprecated":false,"properties":{"elevatorIds":{"type":"array","items":{"type":"integer"}}}},"Entry":{"type":"object","description":"","deprecated":false,"properties":{"category":{"type":"string","format":"iri-reference","nullable":true},"subCategory":{"type":"string","format":"iri-reference","nullable":true},"proposedText":{"type":"string","format":"iri-reference","nullable":true},"createdBy":{"type":"string","format":"iri-reference","nullable":true},"createdByAdmin":{"type":"string","format":"iri-reference","nullable":true},"elevator":{"type":"string","format":"iri-reference","nullable":true},"description":{"type":"string","nullable":true},"isDeviation":{"type":"boolean","nullable":true},"files":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"companyName":{"readOnly":true,"type":"string"},"deleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"Entry-elevator_get":{"type":"object","description":"","deprecated":false,"properties":{"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"}}},"Entry-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"properties":{"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"}}},"Entry-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"}}},"Entry-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"}}},"Entry-elevator_list":{"type":"object","description":"","deprecated":false,"properties":{"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"}}},"Entry-elevator_list_elevator_list_admin_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"}}},"Entry-elevator_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"}}},"Entry-entry_get":{"type":"object","description":"","deprecated":false,"properties":{"category":{"anyOf":[{"$ref":"#\/components\/schemas\/EntryCategory-entry_get"}],"nullable":true},"subCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_get"}],"nullable":true},"proposedText":{"anyOf":[{"$ref":"#\/components\/schemas\/EntryText-entry_get"}],"nullable":true},"createdBy":{"anyOf":[{"$ref":"#\/components\/schemas\/User-entry_get"}],"nullable":true},"createdByAdmin":{"anyOf":[{"$ref":"#\/components\/schemas\/Admin-entry_get"}],"nullable":true},"elevator":{"type":"string","format":"iri-reference","nullable":true},"description":{"type":"string","nullable":true},"isDeviation":{"type":"boolean","nullable":true},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaDocument-entry_get"}},"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"companyName":{"readOnly":true,"type":"string"}}},"Entry-entry_list":{"type":"object","description":"","deprecated":false,"properties":{"category":{"anyOf":[{"$ref":"#\/components\/schemas\/EntryCategory-entry_list"}],"nullable":true},"subCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_list"}],"nullable":true},"proposedText":{"type":"string","format":"iri-reference","nullable":true},"createdBy":{"anyOf":[{"$ref":"#\/components\/schemas\/User-entry_list"}],"nullable":true},"createdByAdmin":{"anyOf":[{"$ref":"#\/components\/schemas\/Admin-entry_list"}],"nullable":true},"elevator":{"anyOf":[{"$ref":"#\/components\/schemas\/Elevator-entry_list"}],"nullable":true},"description":{"type":"string","nullable":true},"isDeviation":{"type":"boolean","nullable":true},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaDocument-entry_list"}},"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"companyName":{"readOnly":true,"type":"string"}}},"Entry-entry_upload_media_get":{"type":"object","description":"","deprecated":false,"properties":{"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaDocument-entry_upload_media_get"}}}},"Entry-favorite_list_get_elevator_list":{"type":"object","description":"","deprecated":false,"properties":{"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"}}},"Entry.CreateEntryRequest":{"type":"object","description":"","deprecated":false,"required":["category","subCategory","elevator"],"properties":{"category":{"type":"string","format":"iri-reference","nullable":true},"subCategory":{"type":"string","format":"iri-reference","nullable":true},"elevator":{"type":"string","format":"iri-reference","nullable":true},"text":{"type":"string","format":"iri-reference","nullable":true},"description":{"maxLength":250,"type":"string","nullable":true},"isDeviation":{"type":"string","nullable":true},"files":{"maxItems":10,"type":"array","items":{"type":"string"}}}},"EntryCategory-entry_category_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"subCategories":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_category_get"}},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntryCategory-entry_category_write":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"roles":{"type":"array","items":{"type":"string","format":"iri-reference"}}}},"EntryCategory-entry_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntryCategory-entry_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"}}},"EntryCategory-entry_sub_category_get":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntrySubCategory-entry_category_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"texts":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_category_get"}},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntrySubCategory-entry_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntrySubCategory-entry_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"}}},"EntrySubCategory-entry_sub_category_get":{"type":"object","description":"","deprecated":false,"required":["name","category"],"properties":{"name":{"maxLength":255,"type":"string"},"category":{"$ref":"#\/components\/schemas\/EntryCategory-entry_sub_category_get"},"texts":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntryText-entry_sub_category_get"}},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntrySubCategory-entry_sub_category_write":{"type":"object","description":"","deprecated":false,"required":["name","category"],"properties":{"name":{"maxLength":255,"type":"string"},"category":{"type":"string","format":"iri-reference"}}},"EntrySubCategory-entry_text_get":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntryText-entry_category_get":{"type":"object","description":"","deprecated":false,"required":["text"],"properties":{"text":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntryText-entry_get":{"type":"object","description":"","deprecated":false,"required":["text"],"properties":{"text":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntryText-entry_sub_category_get":{"type":"object","description":"","deprecated":false,"required":["text"],"properties":{"text":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntryText-entry_text_get":{"type":"object","description":"","deprecated":false,"required":["text","subCategory"],"properties":{"text":{"maxLength":255,"type":"string"},"subCategory":{"$ref":"#\/components\/schemas\/EntrySubCategory-entry_text_get"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"EntryText-entry_text_write":{"type":"object","description":"","deprecated":false},"FavoriteElevatorsList-favorite_list_get_elevator_list":{"type":"object","description":"","deprecated":false,"properties":{"title":{"type":"string"},"favoriteElevatorsListItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"FavoriteElevatorsListItem":{"type":"object","description":"","deprecated":false,"properties":{"favoriteElevatorsList":{"type":"string","format":"iri-reference"},"elevator":{"type":"string","format":"iri-reference"},"company":{"type":"string","format":"iri-reference","nullable":true},"isHidden":{"type":"boolean"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"}}},"FavoriteElevatorsListItem-favorite_list_get":{"type":"object","description":"","deprecated":false,"properties":{"elevator":{"$ref":"#\/components\/schemas\/Elevator-favorite_list_get"},"isHidden":{"type":"boolean"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"FavoriteElevatorsListItem-favorite_list_get_elevator_list":{"type":"object","description":"","deprecated":false,"properties":{"elevator":{"$ref":"#\/components\/schemas\/Elevator-favorite_list_get_elevator_list"},"isHidden":{"type":"boolean"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"LineProvider":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"LineProvider-elevator_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"LineProvider-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"LineProvider-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"LineProvider-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"LineProvider-elevator_line_provider_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"LineProvider-elevator_line_provider_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"LineProvider-elevator_line_provider_write":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"}}},"Manufacturer":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"models":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"}}},"Manufacturer-elevator_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Manufacturer-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Manufacturer-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Manufacturer-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Manufacturer-elevator_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Manufacturer-elevator_list_elevator_list_admin_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Manufacturer-elevator_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Manufacturer-elevator_manufacturer_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"models":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model-elevator_manufacturer_get"}},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Manufacturer-elevator_manufacturer_write":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"}}},"Manufacturer-elevator_model_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"}}},"Manufacturer-favorite_list_get_elevator_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"MediaDocument":{"type":"object","description":"","deprecated":false,"properties":{"contentUrl":{"type":"array","items":{"type":"string"}},"file":{"type":"string","format":"binary","nullable":true},"entry":{"type":"string","format":"iri-reference"},"filePath":{"type":"string","nullable":true},"mimeType":{"type":"string","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}},"required":["file"]},"MediaDocument-entry_get":{"type":"object","description":"","deprecated":false,"properties":{"contentUrl":{"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"MediaDocument-entry_list":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"MediaDocument-entry_upload_media_get":{"type":"object","description":"","deprecated":false,"properties":{"contentUrl":{"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model":{"type":"object","description":"","deprecated":false,"required":["name","manufacturer"],"properties":{"name":{"maxLength":255,"type":"string"},"manufacturer":{"type":"string","format":"iri-reference"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"}}},"Model-elevator_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_list_elevator_list_admin_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_manufacturer_get":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_model_get":{"type":"object","description":"","deprecated":false,"required":["name","manufacturer"],"properties":{"name":{"maxLength":255,"type":"string"},"manufacturer":{"$ref":"#\/components\/schemas\/Manufacturer-elevator_model_get"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Model-elevator_model_write":{"type":"object","description":"","deprecated":false,"required":["name","manufacturer"],"properties":{"name":{"maxLength":255,"type":"string"},"manufacturer":{"type":"string","format":"iri-reference"}}},"Model-favorite_list_get_elevator_list":{"type":"object","description":"","deprecated":false,"required":["name"],"properties":{"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"ModelTypeDto-elevator_create":{"type":"object","description":"","deprecated":false,"required":["manufacturer"],"properties":{"manufacturer":{"type":"string","format":"iri-reference","nullable":true},"model":{"type":"string","format":"iri-reference","nullable":true}}},"ModelTypeDto-elevator_update":{"type":"object","description":"","deprecated":false,"required":["manufacturer"],"properties":{"manufacturer":{"type":"string","format":"iri-reference","nullable":true},"model":{"type":"string","format":"iri-reference","nullable":true}}},"ModelTypeExternalDto-elevator_create_external":{"type":"object","description":"","deprecated":false,"required":["manufacturer"],"properties":{"manufacturer":{"type":"string","nullable":true},"model":{"type":"string","nullable":true}}},"NotificationSetting":{"type":"object","description":"","deprecated":false,"properties":{"smsEnabledList":{"type":"array","items":{"type":"integer"}},"emailEnabledList":{"type":"array","items":{"type":"integer"}}}},"QrCode":{"type":"object","description":"","deprecated":false,"properties":{"code":{"type":"string"},"elevator":{"type":"string","format":"iri-reference","nullable":true},"assignedUser":{"type":"string","format":"iri-reference","nullable":true},"assignedAt":{"type":"string","format":"date-time","nullable":true},"assignedByUser":{"type":"string","format":"iri-reference","nullable":true},"file":{"type":"string","format":"binary","nullable":true},"filePath":{"type":"string","nullable":true},"mimeType":{"type":"string","nullable":true},"assigned":{"type":"boolean"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"type":"string"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"}}},"QrCode-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"string"}}},"QrCode-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"string"}}},"QrCode-elevator_list_elevator_list_admin_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"string"}}},"QrCode-elevator_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"string"}}},"QrCode-qr_code_get_elevator_id":{"type":"object","description":"","deprecated":false,"properties":{"elevator":{"anyOf":[{"$ref":"#\/components\/schemas\/Elevator-qr_code_get_elevator_id"}],"nullable":true},"assigned":{"type":"boolean"}}},"QrCode-qr_code_get_elevator_list":{"type":"object","description":"","deprecated":false,"properties":{"assigned":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}}},"QrCode-qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"string"}}},"QrCode-qr_code_list":{"type":"object","description":"","deprecated":false,"properties":{"elevator":{"anyOf":[{"$ref":"#\/components\/schemas\/Elevator-qr_code_list"}],"nullable":true},"assignedUser":{"anyOf":[{"$ref":"#\/components\/schemas\/Admin-qr_code_list"}],"nullable":true},"assignedByUser":{"anyOf":[{"$ref":"#\/components\/schemas\/Admin-qr_code_list"}],"nullable":true},"assigned":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}}},"QrCode.AssignElevatorRequest-qr_code_write":{"type":"object","description":"","deprecated":false,"properties":{"elevator":{"type":"string","format":"iri-reference","nullable":true}}},"QrCode.CreateQrCodesRequest":{"type":"object","description":"","deprecated":false,"required":["quantity","assignedUser"],"properties":{"quantity":{"minimum":0,"exclusiveMinimum":true,"maximum":500,"type":"integer","nullable":true},"assignedUser":{"type":"string","format":"iri-reference","nullable":true}}},"QrCode.DownloadQrCodesRequest":{"type":"object","description":"","deprecated":false,"required":["ids"],"properties":{"ids":{"type":"array","items":{"type":"string"}}}},"Reset.password.ResetPasswordAdminRequest":{"type":"object","description":"","deprecated":false,"required":["email"],"properties":{"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true}}},"Reset.password.ResetPasswordChangeAdminRequest":{"type":"object","description":"","deprecated":false,"required":["token","plainPassword"],"properties":{"token":{"type":"string","nullable":true},"plainPassword":{"type":"string","nullable":true}}},"Reset.password.ResetPasswordChangeRequest":{"type":"object","description":"","deprecated":false,"required":["token","plainPassword"],"properties":{"token":{"type":"string","nullable":true},"plainPassword":{"type":"string","nullable":true}}},"Reset.password.ResetPasswordChangeResponse":{"type":"object","description":"","deprecated":false,"properties":{"isExternal":{"type":"boolean"}}},"Reset.password.ResetPasswordRequest":{"type":"object","description":"","deprecated":false,"required":["email"],"properties":{"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true}}},"Setting":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"user":{"type":"string","format":"iri-reference"},"account":{"type":"string","format":"iri-reference"},"createdAt":{"description":"Returns date and time of creation.","type":"string","format":"date-time"},"updatedAt":{"description":"Returns date and time of last update.","type":"string","format":"date-time"},"notificationSettings":{"$ref":"#\/components\/schemas\/NotificationSetting"}}},"Setting.UpdateSettingNotificationRequest":{"type":"object","description":"","deprecated":false,"required":["smsEnabledList","emailEnabledList"],"properties":{"smsEnabledList":{"type":"array","items":{"type":"string"},"nullable":true},"emailEnabledList":{"type":"array","items":{"type":"string"},"nullable":true}}},"Subscription":{"type":"object","description":"","deprecated":false,"properties":{"price":{"type":"string"},"overwrittenPrice":{"type":"string","nullable":true},"yearPrice":{"type":"string"},"quantity":{"type":"integer"},"discount":{"type":"integer"},"status":{"type":"integer"},"product":{"$ref":"#\/components\/schemas\/SubscriptionProduct"},"account":{"type":"string","format":"iri-reference"},"user":{"type":"string","format":"iri-reference"},"uuid":{"type":"string","format":"uuid"},"salesOrderUuid":{"type":"string","format":"uuid"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"deleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"Subscription-account_get":{"type":"object","description":"","deprecated":false,"properties":{"price":{"type":"string"},"quantity":{"type":"integer"},"discount":{"type":"integer"},"status":{"type":"integer"},"product":{"$ref":"#\/components\/schemas\/SubscriptionProduct-account_get"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"SubscriptionProduct":{"type":"object","description":"","deprecated":false,"properties":{"uuid":{"type":"string","format":"uuid"},"name":{"type":"string"},"price":{"type":"string"},"level":{"type":"integer"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"lowest":{"readOnly":true,"type":"boolean"},"system":{"readOnly":true,"type":"boolean"},"active":{"readOnly":true,"type":"boolean"},"deleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"},"isLowest":{"readOnly":true}}},"SubscriptionProduct-account_get":{"type":"object","description":"","deprecated":false,"properties":{"uuid":{"type":"string","format":"uuid"},"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isLowest":{"readOnly":true}}},"SubscriptionProduct-account_list":{"type":"object","description":"","deprecated":false,"properties":{"uuid":{"type":"string","format":"uuid"},"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isLowest":{"readOnly":true}}},"SubscriptionProduct-account_list_admin_account_list":{"type":"object","description":"","deprecated":false,"properties":{"uuid":{"type":"string","format":"uuid"},"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isLowest":{"readOnly":true}}},"SubscriptionProduct-user_get":{"type":"object","description":"","deprecated":false,"properties":{"uuid":{"type":"string","format":"uuid"},"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isLowest":{"readOnly":true}}},"SubscriptionProduct-user_get_user_get_elevators":{"type":"object","description":"","deprecated":false,"properties":{"uuid":{"type":"string","format":"uuid"},"name":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isLowest":{"readOnly":true}}},"Topic-activity_get":{"type":"object","description":"","deprecated":false,"properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"}}},"Topic-activity_list":{"type":"object","description":"","deprecated":false,"properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"}}},"Type":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"translatableLocale":{"writeOnly":true,"type":"string"}}},"Type-elevator_get":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Type-elevator_get_elevator_get_admin":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Type-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Type-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Type-elevator_list":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Type-elevator_list_elevator_list_admin_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Type-elevator_list_qr_code_id":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Type-elevator_type_get":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"Type-favorite_list_get_elevator_list":{"type":"object","description":"","deprecated":false,"required":["slug","name"],"properties":{"slug":{"maxLength":128,"type":"string"},"name":{"maxLength":255,"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"User":{"type":"object","description":"","deprecated":false,"properties":{"confirmationToken":{"type":"string","nullable":true},"domainRole":{"type":"string","format":"iri-reference","nullable":true},"currentAccess":{"type":"string","format":"iri-reference","nullable":true},"mainAccount":{"type":"string","format":"iri-reference","nullable":true},"organization":{"type":"string","format":"iri-reference","nullable":true},"accessedElevators":{"type":"array","items":{"type":"string","format":"iri-reference"}},"favoriteLists":{"type":"array","items":{"type":"string","format":"iri-reference"}},"availableAccounts":{"type":"array","items":{"type":"string","format":"iri-reference"}},"tourCompleted":{"type":"boolean"},"companyName":{"type":"string","nullable":true},"profileImage":{"type":"array","items":{"type":"string"}},"uuid":{"type":"string","format":"uuid"},"roles":{"type":"array","items":{"type":"string"}},"email":{"type":"string"},"emailCanonical":{"type":"string"},"password":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"profileImageFilePath":{"type":"string","nullable":true},"profileImageFile":{"type":"string","format":"binary","nullable":true},"lastLoginAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"updatedAt":{"readOnly":true,"description":"Returns date and time of last update.","type":"string","format":"date-time"},"expiredAt":{"description":"Returns date and time when item will expire.","type":"string","format":"date-time","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"name":{"readOnly":true,"type":"string"},"userIdentifier":{"readOnly":true,"description":"A visual identifier that represents this user.","type":"string"},"currentAccount":{"readOnly":true,"type":"string","format":"iri-reference","nullable":true},"external":{"readOnly":true,"type":"boolean"},"companyNameExists":{"readOnly":true,"type":"boolean"},"applicationRole":{"readOnly":true,"type":"string"},"isDeleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"},"fullName":{"readOnly":true,"type":"string"},"username":{"readOnly":true,"type":"string"},"role":{"writeOnly":true,"type":"array","items":{"type":"string"}},"salt":{"readOnly":true,"type":"string","nullable":true}}},"User-account_get":{"type":"object","description":"","deprecated":false,"properties":{"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"User-account_list_admin_account_list":{"type":"object","description":"","deprecated":false,"properties":{"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"name":{"readOnly":true,"type":"string"}}},"User-elevator_get_elevator_get_admin_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"domainRole":{"anyOf":[{"$ref":"#\/components\/schemas\/DomainRole-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"currentAccess":{"anyOf":[{"$ref":"#\/components\/schemas\/AccountUserAccess-elevator_get_elevator_get_admin_user_list_qr_code_id"}],"nullable":true},"companyName":{"type":"string","nullable":true},"profileImage":{"type":"array","items":{"type":"string"}},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"applicationRole":{"readOnly":true,"type":"string"},"isDeleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"User-elevator_get_user_list_qr_code_id":{"type":"object","description":"","deprecated":false,"properties":{"domainRole":{"anyOf":[{"$ref":"#\/components\/schemas\/DomainRole-elevator_get_user_list_qr_code_id"}],"nullable":true},"currentAccess":{"anyOf":[{"$ref":"#\/components\/schemas\/AccountUserAccess-elevator_get_user_list_qr_code_id"}],"nullable":true},"companyName":{"type":"string","nullable":true},"profileImage":{"type":"array","items":{"type":"string"}},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"applicationRole":{"readOnly":true,"type":"string"},"isDeleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"User-elevator_update":{"type":"object","description":"","deprecated":false},"User-entry_get":{"type":"object","description":"","deprecated":false,"properties":{"profileImage":{"type":"array","items":{"type":"string"}},"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isDeleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"User-entry_list":{"type":"object","description":"","deprecated":false,"properties":{"profileImage":{"type":"array","items":{"type":"string"}},"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"isDeleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"User-user_base":{"type":"object","description":"","deprecated":false,"properties":{"companyName":{"type":"string","nullable":true},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true}}},"User-user_get":{"type":"object","description":"","deprecated":false,"properties":{"domainRole":{"anyOf":[{"$ref":"#\/components\/schemas\/DomainRole-user_get"}],"nullable":true},"currentAccess":{"anyOf":[{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}],"nullable":true},"mainAccount":{"anyOf":[{"$ref":"#\/components\/schemas\/Account-user_get"}],"nullable":true},"organization":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-user_get"}],"nullable":true},"availableAccounts":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get"}},"tourCompleted":{"type":"boolean"},"companyName":{"type":"string","nullable":true},"profileImage":{"type":"array","items":{"type":"string"}},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"currentAccount":{"readOnly":true,"anyOf":[{"$ref":"#\/components\/schemas\/Account-user_get"}],"nullable":true},"external":{"readOnly":true,"type":"boolean"},"applicationRole":{"readOnly":true,"type":"string"},"isDeleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"User-user_get_user_get_elevators":{"type":"object","description":"","deprecated":false,"properties":{"domainRole":{"anyOf":[{"$ref":"#\/components\/schemas\/DomainRole-user_get_user_get_elevators"}],"nullable":true},"currentAccess":{"anyOf":[{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get_user_get_elevators"}],"nullable":true},"mainAccount":{"anyOf":[{"$ref":"#\/components\/schemas\/Account-user_get_user_get_elevators"}],"nullable":true},"organization":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-user_get_user_get_elevators"}],"nullable":true},"availableAccounts":{"type":"array","items":{"$ref":"#\/components\/schemas\/AccountUserAccess-user_get_user_get_elevators"}},"tourCompleted":{"type":"boolean"},"companyName":{"type":"string","nullable":true},"profileImage":{"type":"array","items":{"type":"string"}},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"currentAccount":{"readOnly":true,"anyOf":[{"$ref":"#\/components\/schemas\/Account-user_get_user_get_elevators"}],"nullable":true},"external":{"readOnly":true,"type":"boolean"},"applicationRole":{"readOnly":true,"type":"string"},"isDeleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"User-user_list":{"type":"object","description":"","deprecated":false,"properties":{"domainRole":{"anyOf":[{"$ref":"#\/components\/schemas\/DomainRole-user_list"}],"nullable":true},"currentAccess":{"anyOf":[{"$ref":"#\/components\/schemas\/AccountUserAccess-user_list"}],"nullable":true},"companyName":{"type":"string","nullable":true},"profileImage":{"type":"array","items":{"type":"string"}},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"},"applicationRole":{"readOnly":true,"type":"string"},"isDeleted":{"readOnly":true,"description":"Check if the entity has been soft deleted.","type":"boolean"}}},"User.ActivateUserRequest":{"type":"object","description":"","deprecated":false,"required":["token"],"properties":{"token":{"type":"string"}}},"User.ChangeUserPasswordRequest-user_password_update":{"type":"object","description":"","deprecated":false,"required":["currentPassword","plainPassword"],"properties":{"currentPassword":{"type":"string","nullable":true},"plainPassword":{"type":"string","nullable":true}}},"User.CreateExternalUserRequest":{"type":"object","description":"","deprecated":false,"properties":{"phoneNumber":{"maxLength":35,"type":"string","nullable":true},"token":{"type":"string","format":"iri-reference","nullable":true},"plainPassword":{"type":"string","nullable":true},"firstName":{"maxLength":70,"type":"string","nullable":true},"lastName":{"maxLength":70,"type":"string","nullable":true}},"required":["token","plainPassword","firstName","lastName"]},"User.CreateInternalUserRequest":{"type":"object","description":"","deprecated":false,"required":["phoneNumber","email","firstName","lastName","domainRole"],"properties":{"phoneNumber":{"maxLength":35,"type":"string","nullable":true},"email":{"format":"email","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true},"firstName":{"maxLength":70,"type":"string","nullable":true},"lastName":{"maxLength":70,"type":"string","nullable":true},"domainRole":{"type":"string","format":"iri-reference","nullable":true},"account":{"type":"string","format":"iri-reference","nullable":true},"companyName":{"type":"string","nullable":true},"isSubRequest":{"type":"boolean"},"subRequest":{"readOnly":true,"type":"boolean"}}},"User.RegistrationEmailCheckRequest":{"type":"object","description":"","deprecated":false,"required":["email"],"properties":{"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"}}},"User.UpdateExternalUserRequest-user_update":{"type":"object","description":"","deprecated":false,"properties":{"phoneNumber":{"maxLength":35,"type":"string","nullable":true},"firstName":{"maxLength":70,"type":"string","nullable":true},"lastName":{"maxLength":70,"type":"string","nullable":true},"tourCompleted":{"type":"boolean"}},"required":["firstName","lastName"]},"User.UpdateInternalUserRequest-user_update":{"type":"object","description":"","deprecated":false,"required":["phoneNumber","email","firstName","lastName"],"properties":{"phoneNumber":{"maxLength":35,"type":"string","nullable":true},"email":{"format":"email","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string","nullable":true},"companyName":{"maxLength":180,"type":"string","nullable":true},"firstName":{"maxLength":70,"type":"string","nullable":true},"lastName":{"maxLength":70,"type":"string","nullable":true},"tourCompleted":{"type":"boolean"}}},"User.favorite.elevators.list-favorite_list_get":{"type":"object","description":"","deprecated":false,"properties":{"title":{"type":"string"},"favoriteElevatorsListItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get"}},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"User.favorite.elevators.list-favorite_list_get_elevator_list":{"type":"object","description":"","deprecated":false,"properties":{"title":{"type":"string"},"favoriteElevatorsListItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/FavoriteElevatorsListItem-favorite_list_get_elevator_list"}},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"User.favorite.elevators.list-favorite_list_write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"type":"string"},"favoriteElevatorsListItems":{"type":"array","items":{"type":"string","format":"iri-reference"}}}},"User.favorite.elevators.list.AddFavoriteElevatorsRequest-favorite_list_write":{"type":"object","description":"","deprecated":false,"properties":{"elevators":{"minItems":1,"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-favorite_list_write"}}}},"User.favorite.elevators.list.CreateFavoriteElevatorsListRequest-favorite_list_write":{"type":"object","description":"","deprecated":false,"required":["owner","title"],"properties":{"owner":{"type":"string","format":"iri-reference","nullable":true},"elevators":{"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-favorite_list_write"}},"title":{"maxLength":50,"type":"string","nullable":true}}},"User.favorite.elevators.list.DeleteFavoriteElevatorsRequest-favorite_list_write":{"type":"object","description":"","deprecated":false,"properties":{"elevators":{"minItems":1,"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-favorite_list_write"}}}},"UserElevator":{"type":"object","description":"","deprecated":false,"properties":{"user":{"type":"string","format":"iri-reference"},"elevator":{"type":"string","format":"iri-reference"},"createdBy":{"type":"string","format":"iri-reference"},"createdAt":{"readOnly":true,"description":"Returns date and time of creation.","type":"string","format":"date-time"},"id":{"readOnly":true,"description":"Returns entity internal identifier.","type":"integer"}}},"UserElevator.CreateUserElevatorRequest-user_id_elevator_id":{"type":"object","description":"","deprecated":false,"required":["user"],"properties":{"user":{"type":"string","format":"iri-reference","nullable":true},"elevators":{"minItems":1,"type":"array","items":{"$ref":"#\/components\/schemas\/Elevator-user_id_elevator_id"}}}},"UserElevator.DeleteUserElevatorRequest":{"type":"object","description":"","deprecated":false,"required":["user","elevatorIDs"],"properties":{"user":{"type":"string","format":"iri-reference"},"elevatorIDs":{"type":"array","items":{"type":"integer"}}}},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true}}},"Credentials":{"type":"object","properties":{"username":{"type":"string","example":"admin@example.com"},"password":{"type":"string","example":"password"}}},"RefreshToken":{"type":"object","properties":{"refresh_token":{"type":"string","example":"xxx00a7a9e970f9bbe0cc63e33fd8b45d58564039943bfb8dxxx"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"JWT":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"},"Account":{"type":"apiKey","description":"Value for the X-user-account-id header parameter.","name":"X-user-account-id","in":"header"}}},"security":[{"JWT":[]},{"Account":[]}],"tags":[]}